Shades of Midnight Blue #12046F
Tints of Midnight Blue #12046F
RGB
CMYK
RGB Variations
Color information
#12046F (or 0x12046F) is known color: Midnight Blue. HEX triplet: 12, 04 and 6F. RGB value is (18,4,111). Sum of RGB (Red+Green+Blue) = 18+4+111=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #12046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12046F is #EDFB90. Grayscale: #131313. Windows color (decimal): -15596433 or 7275538. OLE color: 7275538.
HSL color Cylindrical-coordinate representation of color #12046F: hue angle of 247.85º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12046F is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 4 | 111 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.56 |
| HSL | 247.85º | 0.93% | 0.23% | - |
| HSV(B) | 247.85º | 0.96% | 0.44% | - |
| XYZ | 3.16 | 1.36 | 15.14 | - |
| YUV | 20.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 111 | 0.84 | 0.96 | 0 | 0.56 | 247.85 | 0.93 | 0.23 |
| Hex | 12 | 4 | 6F | 54 | 60 | 0 | 38 | F8 | 5D | 17 |
| Octal | 22 | 4 | 157 | 124 | 140 | 0 | 70 | 370 | 135 | 27 |
| Binary | 10010 | 100 | 1101111 | 1010100 | 1100000 | 0 | 111000 | 11111000 | 1011101 | 10111 |
Color Harmonies of #12046F
Complementary color
Monochromatic Colors of #12046F
Black with #12046F
Text Example
Text Example
White with #12046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12046F; }
p { color: rgb(18,4,111); }
H1.HeaderClassName
{
color: #12046F;
}
.AnyTagClassName
{
color: #12046F;
}
</style>
background-color css
<style>
a { background-color: #12046F; }
a { background-color: rgb(18,4,111); }
div.DivClassName
{
background-color: #12046F;
}
.BgClassName
{
background-color: #12046F;
}
</style>
border-color css
<style>
span { border-color: #12046F; }
span { border-color: rgb(18,4,111); }
td.TdClassName
{
border-color: #12046F;
}
.TagClassName
{
border-color: #12046F;
}
</style>