Shades of Midnight Blue #12175F
Tints of Midnight Blue #12175F
RGB
CMYK
RGB Variations
Color information
#12175F (or 0x12175F) is known color: Midnight Blue. HEX triplet: 12, 17 and 5F. RGB value is (18,23,95). Sum of RGB (Red+Green+Blue) = 18+23+95=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #12175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12175F is #EDE8A0. Grayscale: #1D1D1D. Windows color (decimal): -15591585 or 6231826. OLE color: 6231826.
HSL color Cylindrical-coordinate representation of color #12175F: hue angle of 236.1º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12175F is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 23 | 95 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.63 |
| HSL | 236.1º | 0.68% | 0.22% | - |
| HSV(B) | 236.1º | 0.81% | 0.37% | - |
| XYZ | 2.62 | 1.57 | 10.99 | - |
| YUV | 29.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 95 | 0.81 | 0.76 | 0 | 0.63 | 236.1 | 0.68 | 0.22 |
| Hex | 12 | 17 | 5F | 51 | 4C | 0 | 3F | EC | 44 | 16 |
| Octal | 22 | 27 | 137 | 121 | 114 | 0 | 77 | 354 | 104 | 26 |
| Binary | 10010 | 10111 | 1011111 | 1010001 | 1001100 | 0 | 111111 | 11101100 | 1000100 | 10110 |
Color Harmonies of #12175F
Complementary color
Monochromatic Colors of #12175F
Black with #12175F
Text Example
Text Example
White with #12175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12175F; }
p { color: rgb(18,23,95); }
H1.HeaderClassName
{
color: #12175F;
}
.AnyTagClassName
{
color: #12175F;
}
</style>
background-color css
<style>
a { background-color: #12175F; }
a { background-color: rgb(18,23,95); }
div.DivClassName
{
background-color: #12175F;
}
.BgClassName
{
background-color: #12175F;
}
</style>
border-color css
<style>
span { border-color: #12175F; }
span { border-color: rgb(18,23,95); }
td.TdClassName
{
border-color: #12175F;
}
.TagClassName
{
border-color: #12175F;
}
</style>