Shades of Midnight Blue #12247E
Tints of Midnight Blue #12247E
RGB
CMYK
RGB Variations
Color information
#12247E (or 0x12247E) is known color: Midnight Blue. HEX triplet: 12, 24 and 7E. RGB value is (18,36,126). Sum of RGB (Red+Green+Blue) = 18+36+126=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #12247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12247E is #EDDB81. Grayscale: #282828. Windows color (decimal): -15588226 or 8266770. OLE color: 8266770.
HSL color Cylindrical-coordinate representation of color #12247E: hue angle of 230º 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 #12247E is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 36 | 126 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.51 |
| HSL | 230º | 0.75% | 0.28% | - |
| HSV(B) | 230º | 0.86% | 0.49% | - |
| XYZ | 4.65 | 2.9 | 20.05 | - |
| YUV | 40.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 126 | 0.86 | 0.71 | 0 | 0.51 | 230 | 0.75 | 0.28 |
| Hex | 12 | 24 | 7E | 56 | 47 | 0 | 33 | E6 | 4B | 1C |
| Octal | 22 | 44 | 176 | 126 | 107 | 0 | 63 | 346 | 113 | 34 |
| Binary | 10010 | 100100 | 1111110 | 1010110 | 1000111 | 0 | 110011 | 11100110 | 1001011 | 11100 |
Color Harmonies of #12247E
Complementary color
Monochromatic Colors of #12247E
Black with #12247E
Text Example
Text Example
White with #12247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12247E; }
p { color: rgb(18,36,126); }
H1.HeaderClassName
{
color: #12247E;
}
.AnyTagClassName
{
color: #12247E;
}
</style>
background-color css
<style>
a { background-color: #12247E; }
a { background-color: rgb(18,36,126); }
div.DivClassName
{
background-color: #12247E;
}
.BgClassName
{
background-color: #12247E;
}
</style>
border-color css
<style>
span { border-color: #12247E; }
span { border-color: rgb(18,36,126); }
td.TdClassName
{
border-color: #12247E;
}
.TagClassName
{
border-color: #12247E;
}
</style>