Shades of Midnight Blue #18006F
Tints of Midnight Blue #18006F
RGB
CMYK
RGB Variations
Color information
#18006F (or 0x18006F) is known color: Midnight Blue. HEX triplet: 18, 00 and 6F. RGB value is (24,0,111). Sum of RGB (Red+Green+Blue) = 24+0+111=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #18006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006F is #E7FF90. Grayscale: #131313. Windows color (decimal): -15204241 or 7274520. OLE color: 7274520.
HSL color Cylindrical-coordinate representation of color #18006F: hue angle of 252.97º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18006F is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 0 | 111 | - |
| CMYK | 0.78 | 1 | 0 | 0.56 |
| HSL | 252.97º | 1% | 0.22% | - |
| HSV(B) | 252.97º | 1% | 0.44% | - |
| XYZ | 3.25 | 1.34 | 15.13 | - |
| YUV | 19.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 111 | 0.78 | 1 | 0 | 0.56 | 252.97 | 1 | 0.22 |
| Hex | 18 | 0 | 6F | 4E | 64 | 0 | 38 | FD | 64 | 16 |
| Octal | 30 | 0 | 157 | 116 | 144 | 0 | 70 | 375 | 144 | 26 |
| Binary | 11000 | 0 | 1101111 | 1001110 | 1100100 | 0 | 111000 | 11111101 | 1100100 | 10110 |
Color Harmonies of #18006F
Complementary color
Monochromatic Colors of #18006F
Black with #18006F
Text Example
Text Example
White with #18006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18006F; }
p { color: rgb(24,0,111); }
H1.HeaderClassName
{
color: #18006F;
}
.AnyTagClassName
{
color: #18006F;
}
</style>
background-color css
<style>
a { background-color: #18006F; }
a { background-color: rgb(24,0,111); }
div.DivClassName
{
background-color: #18006F;
}
.BgClassName
{
background-color: #18006F;
}
</style>
border-color css
<style>
span { border-color: #18006F; }
span { border-color: rgb(24,0,111); }
td.TdClassName
{
border-color: #18006F;
}
.TagClassName
{
border-color: #18006F;
}
</style>