Shades of Midnight Blue #12146F
Tints of Midnight Blue #12146F
RGB
CMYK
RGB Variations
Color information
#12146F (or 0x12146F) is known color: Midnight Blue. HEX triplet: 12, 14 and 6F. RGB value is (18,20,111). Sum of RGB (Red+Green+Blue) = 18+20+111=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #12146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12146F is #EDEB90. Grayscale: #1D1D1D. Windows color (decimal): -15592337 or 7279634. OLE color: 7279634.
HSL color Cylindrical-coordinate representation of color #12146F: hue angle of 238.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12146F is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 20 | 111 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.56 |
| HSL | 238.71º | 0.72% | 0.25% | - |
| HSV(B) | 238.71º | 0.84% | 0.44% | - |
| XYZ | 3.37 | 1.78 | 15.2 | - |
| YUV | 29.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 111 | 0.84 | 0.82 | 0 | 0.56 | 238.71 | 0.72 | 0.25 |
| Hex | 12 | 14 | 6F | 54 | 52 | 0 | 38 | EF | 48 | 19 |
| Octal | 22 | 24 | 157 | 124 | 122 | 0 | 70 | 357 | 110 | 31 |
| Binary | 10010 | 10100 | 1101111 | 1010100 | 1010010 | 0 | 111000 | 11101111 | 1001000 | 11001 |
Color Harmonies of #12146F
Complementary color
Monochromatic Colors of #12146F
Black with #12146F
Text Example
Text Example
White with #12146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12146F; }
p { color: rgb(18,20,111); }
H1.HeaderClassName
{
color: #12146F;
}
.AnyTagClassName
{
color: #12146F;
}
</style>
background-color css
<style>
a { background-color: #12146F; }
a { background-color: rgb(18,20,111); }
div.DivClassName
{
background-color: #12146F;
}
.BgClassName
{
background-color: #12146F;
}
</style>
border-color css
<style>
span { border-color: #12146F; }
span { border-color: rgb(18,20,111); }
td.TdClassName
{
border-color: #12146F;
}
.TagClassName
{
border-color: #12146F;
}
</style>