Shades of Midnight #12284E
Tints of Midnight #12284E
RGB
CMYK
RGB Variations
Color information
#12284E (or 0x12284E) is known color: Midnight. HEX triplet: 12, 28 and 4E. RGB value is (18,40,78). Sum of RGB (Red+Green+Blue) = 18+40+78=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #12284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12284E is #EDD7B1. Grayscale: #252525. Windows color (decimal): -15587250 or 5122066. OLE color: 5122066.
HSL color Cylindrical-coordinate representation of color #12284E: hue angle of 218º 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 #12284E is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 40 | 78 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.69 |
| HSL | 218º | 0.63% | 0.19% | - |
| HSV(B) | 218º | 0.77% | 0.31% | - |
| XYZ | 2.38 | 2.2 | 7.51 | - |
| YUV | 37.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 78 | 0.77 | 0.49 | 0 | 0.69 | 218 | 0.63 | 0.19 |
| Hex | 12 | 28 | 4E | 4D | 31 | 0 | 45 | DA | 3E | 13 |
| Octal | 22 | 50 | 116 | 115 | 61 | 0 | 105 | 332 | 76 | 23 |
| Binary | 10010 | 101000 | 1001110 | 1001101 | 110001 | 0 | 1000101 | 11011010 | 111110 | 10011 |
Color Harmonies of #12284E
Complementary color
Monochromatic Colors of #12284E
Black with #12284E
Text Example
Text Example
White with #12284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12284E; }
p { color: rgb(18,40,78); }
H1.HeaderClassName
{
color: #12284E;
}
.AnyTagClassName
{
color: #12284E;
}
</style>
background-color css
<style>
a { background-color: #12284E; }
a { background-color: rgb(18,40,78); }
div.DivClassName
{
background-color: #12284E;
}
.BgClassName
{
background-color: #12284E;
}
</style>
border-color css
<style>
span { border-color: #12284E; }
span { border-color: rgb(18,40,78); }
td.TdClassName
{
border-color: #12284E;
}
.TagClassName
{
border-color: #12284E;
}
</style>