Color Hex Logo

#15335c Color Hex

#15335C
(21,51,92)
0 Favorites   0 Comments

Color spaces of #15335c

RGB 215192
HSL0.600.630.22
HSV215°77°36°
CMYK 0.770.450.00   0.64
XYZ3.42493.299810.5816
Yxy3.29980.19790.1907
Hunter Lab18.16541.8651-21.8216
CIE-Lab21.20664.7745-27.8024

#15335c color RGB value is (21,51,92).

#15335c hex color red value is 21, green value is 51 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #15335c hue: 0.60 , saturation: 0.63 and the lightness value of 15335c is 0.22.

The process color (four color CMYK) of #15335c color hex is 0.77, 0.45, 0.00, 0.64. Web safe color of #15335c is #003366. Color #15335c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110011 01011100
Octal 25 63 134
Decimal 21 51 92
Hex 15 33 5C

RGB Percentages of Color #15335c

%12.80
%31.10
%56.10

CMYK Percentages of Color #15335c

%77
%45
%0
%64

Triadic Colors of #15335c

#15335c #5c1533 #335c15

Analogous Colors of #15335c

#15335c #1a155c #15575c

Monochromatic Colors of #15335c

#15335c

Complementary Color

#15335c #5c3e15

#15335c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15335c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15335c Color CSS Codes

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

#15335c Text Font Color

<p style="color:#15335c">Text here</p>

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


#15335c Background Color

<div style="background-color:#15335c">
Div content here</div>

This div background color is #15335c


#15335c Border Color

<div style="border:3px solid #15335c">
Div here</div>

This div border color is #15335c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,51,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15335c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15335c;
  -webkit-box-shadow: 1px 1px 3px 2px #15335c;
  box-shadow:         1px 1px 3px 2px #15335c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15335c


Comments

No comments written yet.

Please login to write comment.