Shades of Midnight Blue #18026A
Tints of Midnight Blue #18026A
RGB
CMYK
RGB Variations
Color information
#18026A (or 0x18026A) is known color: Midnight Blue. HEX triplet: 18, 02 and 6A. RGB value is (24,2,106). Sum of RGB (Red+Green+Blue) = 24+2+106=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #18026A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18026A is #E7FD95. Grayscale: #141414. Windows color (decimal): -15203734 or 6947352. OLE color: 6947352.
HSL color Cylindrical-coordinate representation of color #18026A: hue angle of 252.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18026A is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 2 | 106 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.58 |
| HSL | 252.69º | 0.96% | 0.21% | - |
| HSV(B) | 252.69º | 0.98% | 0.42% | - |
| XYZ | 3 | 1.28 | 13.72 | - |
| YUV | 20.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 106 | 0.77 | 0.98 | 0 | 0.58 | 252.69 | 0.96 | 0.21 |
| Hex | 18 | 2 | 6A | 4D | 62 | 0 | 3A | FD | 60 | 15 |
| Octal | 30 | 2 | 152 | 115 | 142 | 0 | 72 | 375 | 140 | 25 |
| Binary | 11000 | 10 | 1101010 | 1001101 | 1100010 | 0 | 111010 | 11111101 | 1100000 | 10101 |
Color Harmonies of #18026A
Complementary color
Monochromatic Colors of #18026A
Black with #18026A
Text Example
Text Example
White with #18026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18026A; }
p { color: rgb(24,2,106); }
H1.HeaderClassName
{
color: #18026A;
}
.AnyTagClassName
{
color: #18026A;
}
</style>
background-color css
<style>
a { background-color: #18026A; }
a { background-color: rgb(24,2,106); }
div.DivClassName
{
background-color: #18026A;
}
.BgClassName
{
background-color: #18026A;
}
</style>
border-color css
<style>
span { border-color: #18026A; }
span { border-color: rgb(24,2,106); }
td.TdClassName
{
border-color: #18026A;
}
.TagClassName
{
border-color: #18026A;
}
</style>