#17215F

Color #17215F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #17215F

Tints of Midnight Blue #17215F

Color information

#17215F (or 0x17215F) is unknown color: approx Midnight Blue. HEX triplet: 17, 21 and 5F. RGB value is (23,33,95). Sum of RGB (Red+Green+Blue) = 23+33+95=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #17215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17215F is #E8DEA0. Grayscale: #242424. Windows color (decimal): -15261345 or 6234391. OLE color: 6234391.

HSL color Cylindrical-coordinate representation of color #17215F: hue angle of 231.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17215F is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB233395-
CMYK0.760.6500.63
HSL231.67º61.02%23.14%-
HSV(B)231.67º75.79%37.25%-
XYZ2.962.111.07-
YUV37.08160.69117.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=15.23%
G=21.85%
B=62.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2333950.760.6500.63231.6761.0223.14
Hex17215F4C4103Fe83d17
Octal27411371141010773507527
Binary1011110000110111111001100100000101111111110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17215F; }

 p { color: rgb(23,33,95); }

 H1.HeaderClassName
 {
   color: #17215F;
 }
 .AnyTagClassName
 {
   color: #17215F;
 }
</style>
background-color css

<style>
 a { background-color: #17215F; }

 a { background-color: rgb(23,33,95); }

 div.DivClassName
 {
   background-color: #17215F;
 }
 .BgClassName
 {
   background-color: #17215F;
 }
</style>
border-color css

<style>
 span { border-color: #17215F; }

 span { border-color: rgb(23,33,95); }

 td.TdClassName
 {
   border-color: #17215F;
 }
 .TagClassName
 {
   border-color: #17215F;
 }
</style>