Shades of Midnight Blue #18086B
Tints of Midnight Blue #18086B
RGB
CMYK
RGB Variations
Color information
#18086B (or 0x18086B) is known color: Midnight Blue. HEX triplet: 18, 08 and 6B. RGB value is (24,8,107). Sum of RGB (Red+Green+Blue) = 24+8+107=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #18086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18086B is #E7F794. Grayscale: #171717. Windows color (decimal): -15202197 or 7014424. OLE color: 7014424.
HSL color Cylindrical-coordinate representation of color #18086B: hue angle of 249.7º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18086B is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 8 | 107 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.58 |
| HSL | 249.7º | 0.86% | 0.23% | - |
| HSV(B) | 249.7º | 0.93% | 0.42% | - |
| XYZ | 3.12 | 1.43 | 14.02 | - |
| YUV | 24.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 107 | 0.78 | 0.93 | 0 | 0.58 | 249.7 | 0.86 | 0.23 |
| Hex | 18 | 8 | 6B | 4E | 5D | 0 | 3A | FA | 56 | 17 |
| Octal | 30 | 10 | 153 | 116 | 135 | 0 | 72 | 372 | 126 | 27 |
| Binary | 11000 | 1000 | 1101011 | 1001110 | 1011101 | 0 | 111010 | 11111010 | 1010110 | 10111 |
Color Harmonies of #18086B
Complementary color
Monochromatic Colors of #18086B
Black with #18086B
Text Example
Text Example
White with #18086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18086B; }
p { color: rgb(24,8,107); }
H1.HeaderClassName
{
color: #18086B;
}
.AnyTagClassName
{
color: #18086B;
}
</style>
background-color css
<style>
a { background-color: #18086B; }
a { background-color: rgb(24,8,107); }
div.DivClassName
{
background-color: #18086B;
}
.BgClassName
{
background-color: #18086B;
}
</style>
border-color css
<style>
span { border-color: #18086B; }
span { border-color: rgb(24,8,107); }
td.TdClassName
{
border-color: #18086B;
}
.TagClassName
{
border-color: #18086B;
}
</style>