Shades of Midnight Blue #12187D
Tints of Midnight Blue #12187D
RGB
CMYK
RGB Variations
Color information
#12187D (or 0x12187D) is known color: Midnight Blue. HEX triplet: 12, 18 and 7D. RGB value is (18,24,125). Sum of RGB (Red+Green+Blue) = 18+24+125=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #12187D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12187D is #EDE782. Grayscale: #212121. Windows color (decimal): -15591299 or 8198162. OLE color: 8198162.
HSL color Cylindrical-coordinate representation of color #12187D: hue angle of 236.64º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12187D is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 24 | 125 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.51 |
| HSL | 236.64º | 0.75% | 0.28% | - |
| HSV(B) | 236.64º | 0.86% | 0.49% | - |
| XYZ | 4.28 | 2.26 | 19.61 | - |
| YUV | 33.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 125 | 0.86 | 0.81 | 0 | 0.51 | 236.64 | 0.75 | 0.28 |
| Hex | 12 | 18 | 7D | 56 | 51 | 0 | 33 | ED | 4B | 1C |
| Octal | 22 | 30 | 175 | 126 | 121 | 0 | 63 | 355 | 113 | 34 |
| Binary | 10010 | 11000 | 1111101 | 1010110 | 1010001 | 0 | 110011 | 11101101 | 1001011 | 11100 |
Color Harmonies of #12187D
Complementary color
Monochromatic Colors of #12187D
Black with #12187D
Text Example
Text Example
White with #12187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12187D; }
p { color: rgb(18,24,125); }
H1.HeaderClassName
{
color: #12187D;
}
.AnyTagClassName
{
color: #12187D;
}
</style>
background-color css
<style>
a { background-color: #12187D; }
a { background-color: rgb(18,24,125); }
div.DivClassName
{
background-color: #12187D;
}
.BgClassName
{
background-color: #12187D;
}
</style>
border-color css
<style>
span { border-color: #12187D; }
span { border-color: rgb(18,24,125); }
td.TdClassName
{
border-color: #12187D;
}
.TagClassName
{
border-color: #12187D;
}
</style>