Shades of Midnight #12294E
Tints of Midnight #12294E
RGB
CMYK
RGB Variations
Color information
#12294E (or 0x12294E) is known color: Midnight. HEX triplet: 12, 29 and 4E. RGB value is (18,41,78). Sum of RGB (Red+Green+Blue) = 18+41+78=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #12294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12294E is #EDD6B1. Grayscale: #262626. Windows color (decimal): -15586994 or 5122322. OLE color: 5122322.
HSL color Cylindrical-coordinate representation of color #12294E: hue angle of 217º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12294E is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 41 | 78 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.69 |
| HSL | 217º | 0.63% | 0.19% | - |
| HSV(B) | 217º | 0.77% | 0.31% | - |
| XYZ | 2.42 | 2.26 | 7.52 | - |
| YUV | 38.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 78 | 0.77 | 0.47 | 0 | 0.69 | 217 | 0.63 | 0.19 |
| Hex | 12 | 29 | 4E | 4D | 2F | 0 | 45 | D9 | 3E | 13 |
| Octal | 22 | 51 | 116 | 115 | 57 | 0 | 105 | 331 | 76 | 23 |
| Binary | 10010 | 101001 | 1001110 | 1001101 | 101111 | 0 | 1000101 | 11011001 | 111110 | 10011 |
Color Harmonies of #12294E
Complementary color
Monochromatic Colors of #12294E
Black with #12294E
Text Example
Text Example
White with #12294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12294E; }
p { color: rgb(18,41,78); }
H1.HeaderClassName
{
color: #12294E;
}
.AnyTagClassName
{
color: #12294E;
}
</style>
background-color css
<style>
a { background-color: #12294E; }
a { background-color: rgb(18,41,78); }
div.DivClassName
{
background-color: #12294E;
}
.BgClassName
{
background-color: #12294E;
}
</style>
border-color css
<style>
span { border-color: #12294E; }
span { border-color: rgb(18,41,78); }
td.TdClassName
{
border-color: #12294E;
}
.TagClassName
{
border-color: #12294E;
}
</style>