Shades of Midnight Blue #12185F
Tints of Midnight Blue #12185F
RGB
CMYK
RGB Variations
Color information
#12185F (or 0x12185F) is known color: Midnight Blue. HEX triplet: 12, 18 and 5F. RGB value is (18,24,95). Sum of RGB (Red+Green+Blue) = 18+24+95=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #12185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185F is #EDE7A0. Grayscale: #1E1E1E. Windows color (decimal): -15591329 or 6232082. OLE color: 6232082.
HSL color Cylindrical-coordinate representation of color #12185F: hue angle of 235.32º 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 #12185F is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 24 | 95 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.63 |
| HSL | 235.32º | 0.68% | 0.22% | - |
| HSV(B) | 235.32º | 0.81% | 0.37% | - |
| XYZ | 2.64 | 1.61 | 11 | - |
| YUV | 30.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 95 | 0.81 | 0.75 | 0 | 0.63 | 235.32 | 0.68 | 0.22 |
| Hex | 12 | 18 | 5F | 51 | 4B | 0 | 3F | EB | 44 | 16 |
| Octal | 22 | 30 | 137 | 121 | 113 | 0 | 77 | 353 | 104 | 26 |
| Binary | 10010 | 11000 | 1011111 | 1010001 | 1001011 | 0 | 111111 | 11101011 | 1000100 | 10110 |
Color Harmonies of #12185F
Complementary color
Monochromatic Colors of #12185F
Black with #12185F
Text Example
Text Example
White with #12185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12185F; }
p { color: rgb(18,24,95); }
H1.HeaderClassName
{
color: #12185F;
}
.AnyTagClassName
{
color: #12185F;
}
</style>
background-color css
<style>
a { background-color: #12185F; }
a { background-color: rgb(18,24,95); }
div.DivClassName
{
background-color: #12185F;
}
.BgClassName
{
background-color: #12185F;
}
</style>
border-color css
<style>
span { border-color: #12185F; }
span { border-color: rgb(18,24,95); }
td.TdClassName
{
border-color: #12185F;
}
.TagClassName
{
border-color: #12185F;
}
</style>