Shades of Midnight Blue #120267
Tints of Midnight Blue #120267
RGB
CMYK
RGB Variations
Color information
#120267 (or 0x120267) is known color: Midnight Blue. HEX triplet: 12, 02 and 67. RGB value is (18,2,103). Sum of RGB (Red+Green+Blue) = 18+2+103=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #120267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120267 is #EDFD98. Grayscale: #111111. Windows color (decimal): -15596953 or 6750738. OLE color: 6750738.
HSL color Cylindrical-coordinate representation of color #120267: hue angle of 249.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120267 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 2 | 103 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.60 |
| HSL | 249.5º | 0.96% | 0.21% | - |
| HSV(B) | 249.5º | 0.98% | 0.4% | - |
| XYZ | 2.72 | 1.15 | 12.91 | - |
| YUV | 18.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 103 | 0.83 | 0.98 | 0 | 0.60 | 249.5 | 0.96 | 0.21 |
| Hex | 12 | 2 | 67 | 53 | 62 | 0 | 3C | FA | 60 | 15 |
| Octal | 22 | 2 | 147 | 123 | 142 | 0 | 74 | 372 | 140 | 25 |
| Binary | 10010 | 10 | 1100111 | 1010011 | 1100010 | 0 | 111100 | 11111010 | 1100000 | 10101 |
Color Harmonies of #120267
Complementary color
Monochromatic Colors of #120267
Black with #120267
Text Example
Text Example
White with #120267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120267; }
p { color: rgb(18,2,103); }
H1.HeaderClassName
{
color: #120267;
}
.AnyTagClassName
{
color: #120267;
}
</style>
background-color css
<style>
a { background-color: #120267; }
a { background-color: rgb(18,2,103); }
div.DivClassName
{
background-color: #120267;
}
.BgClassName
{
background-color: #120267;
}
</style>
border-color css
<style>
span { border-color: #120267; }
span { border-color: rgb(18,2,103); }
td.TdClassName
{
border-color: #120267;
}
.TagClassName
{
border-color: #120267;
}
</style>