Shades of Midnight Blue #18026E
Tints of Midnight Blue #18026E
RGB
CMYK
RGB Variations
Color information
#18026E (or 0x18026E) is known color: Midnight Blue. HEX triplet: 18, 02 and 6E. RGB value is (24,2,110). Sum of RGB (Red+Green+Blue) = 24+2+110=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #18026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18026E is #E7FD91. Grayscale: #141414. Windows color (decimal): -15203730 or 7209496. OLE color: 7209496.
HSL color Cylindrical-coordinate representation of color #18026E: hue angle of 252.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18026E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 2 | 110 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.57 |
| HSL | 252.22º | 0.96% | 0.22% | - |
| HSV(B) | 252.22º | 0.98% | 0.43% | - |
| XYZ | 3.21 | 1.36 | 14.85 | - |
| YUV | 20.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 110 | 0.78 | 0.98 | 0 | 0.57 | 252.22 | 0.96 | 0.22 |
| Hex | 18 | 2 | 6E | 4E | 62 | 0 | 39 | FC | 60 | 16 |
| Octal | 30 | 2 | 156 | 116 | 142 | 0 | 71 | 374 | 140 | 26 |
| Binary | 11000 | 10 | 1101110 | 1001110 | 1100010 | 0 | 111001 | 11111100 | 1100000 | 10110 |
Color Harmonies of #18026E
Complementary color
Monochromatic Colors of #18026E
Black with #18026E
Text Example
Text Example
White with #18026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18026E; }
p { color: rgb(24,2,110); }
H1.HeaderClassName
{
color: #18026E;
}
.AnyTagClassName
{
color: #18026E;
}
</style>
background-color css
<style>
a { background-color: #18026E; }
a { background-color: rgb(24,2,110); }
div.DivClassName
{
background-color: #18026E;
}
.BgClassName
{
background-color: #18026E;
}
</style>
border-color css
<style>
span { border-color: #18026E; }
span { border-color: rgb(24,2,110); }
td.TdClassName
{
border-color: #18026E;
}
.TagClassName
{
border-color: #18026E;
}
</style>