Shades of Midnight #12294C
Tints of Midnight #12294C
RGB
CMYK
RGB Variations
Color information
#12294C (or 0x12294C) is known color: Midnight. HEX triplet: 12, 29 and 4C. RGB value is (18,41,76). Sum of RGB (Red+Green+Blue) = 18+41+76=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #12294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12294C is #EDD6B3. Grayscale: #252525. Windows color (decimal): -15586996 or 4991250. OLE color: 4991250.
HSL color Cylindrical-coordinate representation of color #12294C: hue angle of 216.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12294C is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 41 | 76 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.70 |
| HSL | 216.21º | 0.62% | 0.18% | - |
| HSV(B) | 216.21º | 0.76% | 0.3% | - |
| XYZ | 2.35 | 2.24 | 7.15 | - |
| YUV | 38.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 76 | 0.76 | 0.46 | 0 | 0.70 | 216.21 | 0.62 | 0.18 |
| Hex | 12 | 29 | 4C | 4C | 2E | 0 | 46 | D8 | 3E | 12 |
| Octal | 22 | 51 | 114 | 114 | 56 | 0 | 106 | 330 | 76 | 22 |
| Binary | 10010 | 101001 | 1001100 | 1001100 | 101110 | 0 | 1000110 | 11011000 | 111110 | 10010 |
Color Harmonies of #12294C
Complementary color
Monochromatic Colors of #12294C
Black with #12294C
Text Example
Text Example
White with #12294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12294C; }
p { color: rgb(18,41,76); }
H1.HeaderClassName
{
color: #12294C;
}
.AnyTagClassName
{
color: #12294C;
}
</style>
background-color css
<style>
a { background-color: #12294C; }
a { background-color: rgb(18,41,76); }
div.DivClassName
{
background-color: #12294C;
}
.BgClassName
{
background-color: #12294C;
}
</style>
border-color css
<style>
span { border-color: #12294C; }
span { border-color: rgb(18,41,76); }
td.TdClassName
{
border-color: #12294C;
}
.TagClassName
{
border-color: #12294C;
}
</style>