Shades of Midnight Blue #18016F
Tints of Midnight Blue #18016F
RGB
CMYK
RGB Variations
Color information
#18016F (or 0x18016F) is known color: Midnight Blue. HEX triplet: 18, 01 and 6F. RGB value is (24,1,111). Sum of RGB (Red+Green+Blue) = 24+1+111=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 111 (43.75% from 255 or 81.62% from 136); Max value from RGB is 111 - color contains mainly: blue. Hex color #18016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016F is #E7FE90. Grayscale: #141414. Windows color (decimal): -15203985 or 7274776. OLE color: 7274776.
HSL color Cylindrical-coordinate representation of color #18016F: hue angle of 252.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18016F is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 1 | 111 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.56 |
| HSL | 252.55º | 0.98% | 0.22% | - |
| HSV(B) | 252.55º | 0.99% | 0.44% | - |
| XYZ | 3.26 | 1.36 | 15.13 | - |
| YUV | 20.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 111 | 0.78 | 0.99 | 0 | 0.56 | 252.55 | 0.98 | 0.22 |
| Hex | 18 | 1 | 6F | 4E | 63 | 0 | 38 | FD | 62 | 16 |
| Octal | 30 | 1 | 157 | 116 | 143 | 0 | 70 | 375 | 142 | 26 |
| Binary | 11000 | 1 | 1101111 | 1001110 | 1100011 | 0 | 111000 | 11111101 | 1100010 | 10110 |
Color Harmonies of #18016F
Complementary color
Monochromatic Colors of #18016F
Black with #18016F
Text Example
Text Example
White with #18016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18016F; }
p { color: rgb(24,1,111); }
H1.HeaderClassName
{
color: #18016F;
}
.AnyTagClassName
{
color: #18016F;
}
</style>
background-color css
<style>
a { background-color: #18016F; }
a { background-color: rgb(24,1,111); }
div.DivClassName
{
background-color: #18016F;
}
.BgClassName
{
background-color: #18016F;
}
</style>
border-color css
<style>
span { border-color: #18016F; }
span { border-color: rgb(24,1,111); }
td.TdClassName
{
border-color: #18016F;
}
.TagClassName
{
border-color: #18016F;
}
</style>