Shades of Midnight Blue #180B6E
Tints of Midnight Blue #180B6E
RGB
CMYK
RGB Variations
Color information
#180B6E (or 0x180B6E) is known color: Midnight Blue. HEX triplet: 18, 0B and 6E. RGB value is (24,11,110). Sum of RGB (Red+Green+Blue) = 24+11+110=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #180B6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B6E is #E7F491. Grayscale: #191919. Windows color (decimal): -15201426 or 7211800. OLE color: 7211800.
HSL color Cylindrical-coordinate representation of color #180B6E: hue angle of 247.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180B6E is Cyan = 0.78, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 11 | 110 | - |
| CMYK | 0.78 | 0.9 | 0 | 0.57 |
| HSL | 247.88º | 0.82% | 0.24% | - |
| HSV(B) | 247.88º | 0.9% | 0.43% | - |
| XYZ | 3.31 | 1.56 | 14.88 | - |
| YUV | 26.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 110 | 0.78 | 0.9 | 0 | 0.57 | 247.88 | 0.82 | 0.24 |
| Hex | 18 | B | 6E | 4E | 5A | 0 | 39 | F8 | 52 | 18 |
| Octal | 30 | 13 | 156 | 116 | 132 | 0 | 71 | 370 | 122 | 30 |
| Binary | 11000 | 1011 | 1101110 | 1001110 | 1011010 | 0 | 111001 | 11111000 | 1010010 | 11000 |
Color Harmonies of #180B6E
Complementary color
Monochromatic Colors of #180B6E
Black with #180B6E
Text Example
Text Example
White with #180B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B6E; }
p { color: rgb(24,11,110); }
H1.HeaderClassName
{
color: #180B6E;
}
.AnyTagClassName
{
color: #180B6E;
}
</style>
background-color css
<style>
a { background-color: #180B6E; }
a { background-color: rgb(24,11,110); }
div.DivClassName
{
background-color: #180B6E;
}
.BgClassName
{
background-color: #180B6E;
}
</style>
border-color css
<style>
span { border-color: #180B6E; }
span { border-color: rgb(24,11,110); }
td.TdClassName
{
border-color: #180B6E;
}
.TagClassName
{
border-color: #180B6E;
}
</style>