Color Hex Logo

#15035d Color Hex

#15035D
(21,3,93)
0 Favorites   0 Comments

Color spaces of #15035d

RGB 21393
HSL0.700.940.19
HSV252°97°36°
CMYK 0.770.970.00   0.64
XYZ2.31761.014910.4297
Yxy1.01490.16840.0737
Hunter Lab10.074223.4345-54.3301
CIE-Lab9.115036.7354-48.2081

#15035d color RGB value is (21,3,93).

#15035d hex color red value is 21, green value is 3 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #15035d hue: 0.70 , saturation: 0.94 and the lightness value of 15035d is 0.19.

The process color (four color CMYK) of #15035d color hex is 0.77, 0.97, 0.00, 0.64. Web safe color of #15035d is #000066. Color #15035d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000011 01011101
Octal 25 3 135
Decimal 21 3 93
Hex 15 3 5D

RGB Percentages of Color #15035d

%17.95
%2.56
%79.49

CMYK Percentages of Color #15035d

%77
%97
%0
%64

Triadic Colors of #15035d

#15035d #5d1503 #035d15

Analogous Colors of #15035d

#15035d #42035d #031e5d

Monochromatic Colors of #15035d

#15035d

Complementary Color

#15035d #4b5d03

#15035d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15035d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15035d Color CSS Codes

.mybgcolor {background-color:#15035d; } 
.myforecolor {color:#15035d; }
.mybordercolor {border:3px solid #15035d; }

#15035d Text Font Color

<p style="color:#15035d">Text here</p>

This sample text font color is #15035d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#15035d Background Color

<div style="background-color:#15035d">
Div content here</div>

This div background color is #15035d


#15035d Border Color

<div style="border:3px solid #15035d">
Div here</div>

This div border color is #15035d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,3,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15035d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15035d;
  -webkit-box-shadow: 1px 1px 3px 2px #15035d;
  box-shadow:         1px 1px 3px 2px #15035d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,3,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #15035d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #15035d;
  -webkit-box-shadow: 1px 1px 3px 2px #15035d;
  box-shadow:         1px 1px 3px 2px #15035d;">
Div content here</div>

This div box has shadow with color #15035d


Comments

No comments written yet.

Please login to write comment.