Shades of Midnight #12294F
Tints of Midnight #12294F
RGB
CMYK
RGB Variations
Color information
#12294F (or 0x12294F) is known color: Midnight. HEX triplet: 12, 29 and 4F. RGB value is (18,41,79). Sum of RGB (Red+Green+Blue) = 18+41+79=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #12294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12294F is #EDD6B0. Grayscale: #262626. Windows color (decimal): -15586993 or 5187858. OLE color: 5187858.
HSL color Cylindrical-coordinate representation of color #12294F: hue angle of 217.38º degrees, saturation: 0.63, 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 #12294F is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 41 | 79 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.69 |
| HSL | 217.38º | 0.63% | 0.19% | - |
| HSV(B) | 217.38º | 0.77% | 0.31% | - |
| XYZ | 2.45 | 2.28 | 7.71 | - |
| YUV | 38.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 79 | 0.77 | 0.48 | 0 | 0.69 | 217.38 | 0.63 | 0.19 |
| Hex | 12 | 29 | 4F | 4D | 30 | 0 | 45 | D9 | 3F | 13 |
| Octal | 22 | 51 | 117 | 115 | 60 | 0 | 105 | 331 | 77 | 23 |
| Binary | 10010 | 101001 | 1001111 | 1001101 | 110000 | 0 | 1000101 | 11011001 | 111111 | 10011 |
Color Harmonies of #12294F
Complementary color
Monochromatic Colors of #12294F
Black with #12294F
Text Example
Text Example
White with #12294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12294F; }
p { color: rgb(18,41,79); }
H1.HeaderClassName
{
color: #12294F;
}
.AnyTagClassName
{
color: #12294F;
}
</style>
background-color css
<style>
a { background-color: #12294F; }
a { background-color: rgb(18,41,79); }
div.DivClassName
{
background-color: #12294F;
}
.BgClassName
{
background-color: #12294F;
}
</style>
border-color css
<style>
span { border-color: #12294F; }
span { border-color: rgb(18,41,79); }
td.TdClassName
{
border-color: #12294F;
}
.TagClassName
{
border-color: #12294F;
}
</style>