Shades of Midnight #12294D
Tints of Midnight #12294D
RGB
CMYK
RGB Variations
Color information
#12294D (or 0x12294D) is known color: Midnight. HEX triplet: 12, 29 and 4D. RGB value is (18,41,77). Sum of RGB (Red+Green+Blue) = 18+41+77=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #12294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12294D is #EDD6B2. Grayscale: #262626. Windows color (decimal): -15586995 or 5056786. OLE color: 5056786.
HSL color Cylindrical-coordinate representation of color #12294D: hue angle of 216.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12294D is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 41 | 77 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.70 |
| HSL | 216.61º | 0.62% | 0.19% | - |
| HSV(B) | 216.61º | 0.77% | 0.3% | - |
| XYZ | 2.38 | 2.25 | 7.33 | - |
| YUV | 38.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 77 | 0.77 | 0.47 | 0 | 0.70 | 216.61 | 0.62 | 0.19 |
| Hex | 12 | 29 | 4D | 4D | 2F | 0 | 46 | D9 | 3E | 13 |
| Octal | 22 | 51 | 115 | 115 | 57 | 0 | 106 | 331 | 76 | 23 |
| Binary | 10010 | 101001 | 1001101 | 1001101 | 101111 | 0 | 1000110 | 11011001 | 111110 | 10011 |
Color Harmonies of #12294D
Complementary color
Monochromatic Colors of #12294D
Black with #12294D
Text Example
Text Example
White with #12294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12294D; }
p { color: rgb(18,41,77); }
H1.HeaderClassName
{
color: #12294D;
}
.AnyTagClassName
{
color: #12294D;
}
</style>
background-color css
<style>
a { background-color: #12294D; }
a { background-color: rgb(18,41,77); }
div.DivClassName
{
background-color: #12294D;
}
.BgClassName
{
background-color: #12294D;
}
</style>
border-color css
<style>
span { border-color: #12294D; }
span { border-color: rgb(18,41,77); }
td.TdClassName
{
border-color: #12294D;
}
.TagClassName
{
border-color: #12294D;
}
</style>