Shades of Midnight Blue #12175E
Tints of Midnight Blue #12175E
RGB
CMYK
RGB Variations
Color information
#12175E (or 0x12175E) is known color: Midnight Blue. HEX triplet: 12, 17 and 5E. RGB value is (18,23,94). Sum of RGB (Red+Green+Blue) = 18+23+94=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #12175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12175E is #EDE8A1. Grayscale: #1D1D1D. Windows color (decimal): -15591586 or 6166290. OLE color: 6166290.
HSL color Cylindrical-coordinate representation of color #12175E: hue angle of 236.05º 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 #12175E is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 23 | 94 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.63 |
| HSL | 236.05º | 0.68% | 0.22% | - |
| HSV(B) | 236.05º | 0.81% | 0.37% | - |
| XYZ | 2.58 | 1.55 | 10.75 | - |
| YUV | 29.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 94 | 0.81 | 0.76 | 0 | 0.63 | 236.05 | 0.68 | 0.22 |
| Hex | 12 | 17 | 5E | 51 | 4C | 0 | 3F | EC | 44 | 16 |
| Octal | 22 | 27 | 136 | 121 | 114 | 0 | 77 | 354 | 104 | 26 |
| Binary | 10010 | 10111 | 1011110 | 1010001 | 1001100 | 0 | 111111 | 11101100 | 1000100 | 10110 |
Color Harmonies of #12175E
Complementary color
Monochromatic Colors of #12175E
Black with #12175E
Text Example
Text Example
White with #12175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12175E; }
p { color: rgb(18,23,94); }
H1.HeaderClassName
{
color: #12175E;
}
.AnyTagClassName
{
color: #12175E;
}
</style>
background-color css
<style>
a { background-color: #12175E; }
a { background-color: rgb(18,23,94); }
div.DivClassName
{
background-color: #12175E;
}
.BgClassName
{
background-color: #12175E;
}
</style>
border-color css
<style>
span { border-color: #12175E; }
span { border-color: rgb(18,23,94); }
td.TdClassName
{
border-color: #12175E;
}
.TagClassName
{
border-color: #12175E;
}
</style>