Color Hex Logo

#15065f Color Hex

#15065F
(21,6,95)
0 Favorites   0 Comments

Color spaces of #15065f

RGB 21695
HSL0.690.880.20
HSV250°94°37°
CMYK 0.780.940.00   0.63
XYZ2.43991.115910.9133
Yxy1.11590.16860.0771
Hunter Lab10.563622.7422-53.8581
CIE-Lab9.921935.7641-48.2099

#15065f color RGB value is (21,6,95).

#15065f hex color red value is 21, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #15065f hue: 0.69 , saturation: 0.88 and the lightness value of 15065f is 0.20.

The process color (four color CMYK) of #15065f color hex is 0.78, 0.94, 0.00, 0.63. Web safe color of #15065f is #000066. Color #15065f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 01011111
Octal 25 6 137
Decimal 21 6 95
Hex 15 6 5F

RGB Percentages of Color #15065f

%17.21
%4.92
%77.87

CMYK Percentages of Color #15065f

%78
%94
%0
%63

Triadic Colors of #15065f

#15065f #5f1506 #065f15

Analogous Colors of #15065f

#15065f #41065f #06245f

Monochromatic Colors of #15065f

#15065f

Complementary Color

#15065f #505f06

#15065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15065f Color CSS Codes

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

#15065f Text Font Color

<p style="color:#15065f">Text here</p>

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


#15065f Background Color

<div style="background-color:#15065f">
Div content here</div>

This div background color is #15065f


#15065f Border Color

<div style="border:3px solid #15065f">
Div here</div>

This div border color is #15065f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,6,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15065f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15065f;
  -webkit-box-shadow: 1px 1px 3px 2px #15065f;
  box-shadow:         1px 1px 3px 2px #15065f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15065f


Comments

No comments written yet.

Please login to write comment.