Color Hex Logo

#15356b Color Hex

#15356B
(21,53,107)
0 Favorites   0 Comments

Color spaces of #15356b

RGB 2153107
HSL0.600.670.25
HSV218°80°42°
CMYK 0.800.500.00   0.58
XYZ4.23623.767214.4138
Yxy3.76720.18900.1680
Hunter Lab19.40934.9925-30.4437
CIE-Lab22.88649.6620-34.8847

#15356b color RGB value is (21,53,107).

#15356b hex color red value is 21, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15356b hue: 0.60 , saturation: 0.67 and the lightness value of 15356b is 0.25.

The process color (four color CMYK) of #15356b color hex is 0.80, 0.50, 0.00, 0.58. Web safe color of #15356b is #003366. Color #15356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110101 01101011
Octal 25 65 153
Decimal 21 53 107
Hex 15 35 6B

RGB Percentages of Color #15356b

%11.60
%29.28
%59.12

CMYK Percentages of Color #15356b

%80
%50
%0
%58

Triadic Colors of #15356b

#15356b #6b1535 #356b15

Analogous Colors of #15356b

#15356b #20156b #15606b

Monochromatic Colors of #15356b

#15356b

Complementary Color

#15356b #6b4b15

#15356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15356b Color CSS Codes

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

#15356b Text Font Color

<p style="color:#15356b">Text here</p>

This sample text font color is #15356b
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.


#15356b Background Color

<div style="background-color:#15356b">
Div content here</div>

This div background color is #15356b


#15356b Border Color

<div style="border:3px solid #15356b">
Div here</div>

This div border color is #15356b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,53,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15356b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15356b;
  -webkit-box-shadow: 1px 1px 3px 2px #15356b;
  box-shadow:         1px 1px 3px 2px #15356b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15356b


Comments

No comments written yet.

Please login to write comment.