Shades of Midnight #12243F
Tints of Midnight #12243F
RGB
CMYK
RGB Variations
Color information
#12243F (or 0x12243F) is known color: Midnight. HEX triplet: 12, 24 and 3F. RGB value is (18,36,63). Sum of RGB (Red+Green+Blue) = 18+36+63=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #12243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12243F is #EDDBC0. Grayscale: #212121. Windows color (decimal): -15588289 or 4138002. OLE color: 4138002.
HSL color Cylindrical-coordinate representation of color #12243F: hue angle of 216º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12243F is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 36 | 63 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.75 |
| HSL | 216º | 0.56% | 0.16% | - |
| HSV(B) | 216º | 0.71% | 0.25% | - |
| XYZ | 1.78 | 1.75 | 4.95 | - |
| YUV | 33.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 63 | 0.71 | 0.43 | 0 | 0.75 | 216 | 0.56 | 0.16 |
| Hex | 12 | 24 | 3F | 47 | 2B | 0 | 4B | D8 | 38 | 10 |
| Octal | 22 | 44 | 77 | 107 | 53 | 0 | 113 | 330 | 70 | 20 |
| Binary | 10010 | 100100 | 111111 | 1000111 | 101011 | 0 | 1001011 | 11011000 | 111000 | 10000 |
Color Harmonies of #12243F
Complementary color
Monochromatic Colors of #12243F
Black with #12243F
Text Example
Text Example
White with #12243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12243F; }
p { color: rgb(18,36,63); }
H1.HeaderClassName
{
color: #12243F;
}
.AnyTagClassName
{
color: #12243F;
}
</style>
background-color css
<style>
a { background-color: #12243F; }
a { background-color: rgb(18,36,63); }
div.DivClassName
{
background-color: #12243F;
}
.BgClassName
{
background-color: #12243F;
}
</style>
border-color css
<style>
span { border-color: #12243F; }
span { border-color: rgb(18,36,63); }
td.TdClassName
{
border-color: #12243F;
}
.TagClassName
{
border-color: #12243F;
}
</style>