Shades of Midnight Blue #12146E
Tints of Midnight Blue #12146E
RGB
CMYK
RGB Variations
Color information
#12146E (or 0x12146E) is known color: Midnight Blue. HEX triplet: 12, 14 and 6E. RGB value is (18,20,110). Sum of RGB (Red+Green+Blue) = 18+20+110=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #12146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12146E is #EDEB91. Grayscale: #1D1D1D. Windows color (decimal): -15592338 or 7214098. OLE color: 7214098.
HSL color Cylindrical-coordinate representation of color #12146E: hue angle of 238.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12146E is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 20 | 110 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.57 |
| HSL | 238.7º | 0.72% | 0.25% | - |
| HSV(B) | 238.7º | 0.84% | 0.43% | - |
| XYZ | 3.31 | 1.75 | 14.92 | - |
| YUV | 29.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 110 | 0.84 | 0.82 | 0 | 0.57 | 238.7 | 0.72 | 0.25 |
| Hex | 12 | 14 | 6E | 54 | 52 | 0 | 39 | EF | 48 | 19 |
| Octal | 22 | 24 | 156 | 124 | 122 | 0 | 71 | 357 | 110 | 31 |
| Binary | 10010 | 10100 | 1101110 | 1010100 | 1010010 | 0 | 111001 | 11101111 | 1001000 | 11001 |
Color Harmonies of #12146E
Complementary color
Monochromatic Colors of #12146E
Black with #12146E
Text Example
Text Example
White with #12146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12146E; }
p { color: rgb(18,20,110); }
H1.HeaderClassName
{
color: #12146E;
}
.AnyTagClassName
{
color: #12146E;
}
</style>
background-color css
<style>
a { background-color: #12146E; }
a { background-color: rgb(18,20,110); }
div.DivClassName
{
background-color: #12146E;
}
.BgClassName
{
background-color: #12146E;
}
</style>
border-color css
<style>
span { border-color: #12146E; }
span { border-color: rgb(18,20,110); }
td.TdClassName
{
border-color: #12146E;
}
.TagClassName
{
border-color: #12146E;
}
</style>