Shades of Midnight Blue #120167
Tints of Midnight Blue #120167
RGB
CMYK
RGB Variations
Color information
#120167 (or 0x120167) is known color: Midnight Blue. HEX triplet: 12, 01 and 67. RGB value is (18,1,103). Sum of RGB (Red+Green+Blue) = 18+1+103=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #120167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120167 is #EDFE98. Grayscale: #111111. Windows color (decimal): -15597209 or 6750482. OLE color: 6750482.
HSL color Cylindrical-coordinate representation of color #120167: hue angle of 250º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120167 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 1 | 103 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.60 |
| HSL | 250º | 0.98% | 0.2% | - |
| HSV(B) | 250º | 0.99% | 0.4% | - |
| XYZ | 2.71 | 1.13 | 12.91 | - |
| YUV | 17.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 103 | 0.83 | 0.99 | 0 | 0.60 | 250 | 0.98 | 0.2 |
| Hex | 12 | 1 | 67 | 53 | 63 | 0 | 3C | FA | 62 | 14 |
| Octal | 22 | 1 | 147 | 123 | 143 | 0 | 74 | 372 | 142 | 24 |
| Binary | 10010 | 1 | 1100111 | 1010011 | 1100011 | 0 | 111100 | 11111010 | 1100010 | 10100 |
Color Harmonies of #120167
Complementary color
Monochromatic Colors of #120167
Black with #120167
Text Example
Text Example
White with #120167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120167; }
p { color: rgb(18,1,103); }
H1.HeaderClassName
{
color: #120167;
}
.AnyTagClassName
{
color: #120167;
}
</style>
background-color css
<style>
a { background-color: #120167; }
a { background-color: rgb(18,1,103); }
div.DivClassName
{
background-color: #120167;
}
.BgClassName
{
background-color: #120167;
}
</style>
border-color css
<style>
span { border-color: #120167; }
span { border-color: rgb(18,1,103); }
td.TdClassName
{
border-color: #120167;
}
.TagClassName
{
border-color: #120167;
}
</style>