Shades of Midnight Blue #17215F
Tints of Midnight Blue #17215F
RGB
CMYK
RGB Variations
Color information
#17215F (or 0x17215F) is known color: 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
| RGB | 23 | 33 | 95 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.63 |
| HSL | 231.67º | 0.61% | 0.23% | - |
| HSV(B) | 231.67º | 0.76% | 0.37% | - |
| XYZ | 2.96 | 2.1 | 11.07 | - |
| YUV | 37.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 95 | 0.76 | 0.65 | 0 | 0.63 | 231.67 | 0.61 | 0.23 |
| Hex | 17 | 21 | 5F | 4C | 41 | 0 | 3F | E8 | 3D | 17 |
| Octal | 27 | 41 | 137 | 114 | 101 | 0 | 77 | 350 | 75 | 27 |
| Binary | 10111 | 100001 | 1011111 | 1001100 | 1000001 | 0 | 111111 | 11101000 | 111101 | 10111 |
Color Harmonies of #17215F
Complementary color
Monochromatic Colors of #17215F
Black with #17215F
Text Example
Text Example
White with #17215F
Text Example
Text Example
HTML Codes & Css Web 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>