Shades of Midnight Blue #12237E
Tints of Midnight Blue #12237E
RGB
CMYK
RGB Variations
Color information
#12237E (or 0x12237E) is known color: Midnight Blue. HEX triplet: 12, 23 and 7E. RGB value is (18,35,126). Sum of RGB (Red+Green+Blue) = 18+35+126=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #12237E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237E is #EDDC81. Grayscale: #272727. Windows color (decimal): -15588482 or 8266514. OLE color: 8266514.
HSL color Cylindrical-coordinate representation of color #12237E: hue angle of 230.56º 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 #12237E is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 35 | 126 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.51 |
| HSL | 230.56º | 0.75% | 0.28% | - |
| HSV(B) | 230.56º | 0.86% | 0.49% | - |
| XYZ | 4.62 | 2.84 | 20.04 | - |
| YUV | 40.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 126 | 0.86 | 0.72 | 0 | 0.51 | 230.56 | 0.75 | 0.28 |
| Hex | 12 | 23 | 7E | 56 | 48 | 0 | 33 | E7 | 4B | 1C |
| Octal | 22 | 43 | 176 | 126 | 110 | 0 | 63 | 347 | 113 | 34 |
| Binary | 10010 | 100011 | 1111110 | 1010110 | 1001000 | 0 | 110011 | 11100111 | 1001011 | 11100 |
Color Harmonies of #12237E
Complementary color
Monochromatic Colors of #12237E
Black with #12237E
Text Example
Text Example
White with #12237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12237E; }
p { color: rgb(18,35,126); }
H1.HeaderClassName
{
color: #12237E;
}
.AnyTagClassName
{
color: #12237E;
}
</style>
background-color css
<style>
a { background-color: #12237E; }
a { background-color: rgb(18,35,126); }
div.DivClassName
{
background-color: #12237E;
}
.BgClassName
{
background-color: #12237E;
}
</style>
border-color css
<style>
span { border-color: #12237E; }
span { border-color: rgb(18,35,126); }
td.TdClassName
{
border-color: #12237E;
}
.TagClassName
{
border-color: #12237E;
}
</style>