Shades of Midnight Blue #18025E
Tints of Midnight Blue #18025E
RGB
CMYK
RGB Variations
Color information
#18025E (or 0x18025E) is known color: Midnight Blue. HEX triplet: 18, 02 and 5E. RGB value is (24,2,94). Sum of RGB (Red+Green+Blue) = 24+2+94=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #18025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18025E is #E7FDA1. Grayscale: #121212. Windows color (decimal): -15203746 or 6160920. OLE color: 6160920.
HSL color Cylindrical-coordinate representation of color #18025E: hue angle of 254.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18025E is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 2 | 94 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.63 |
| HSL | 254.35º | 0.96% | 0.19% | - |
| HSV(B) | 254.35º | 0.98% | 0.37% | - |
| XYZ | 2.42 | 1.05 | 10.66 | - |
| YUV | 19.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 94 | 0.74 | 0.98 | 0 | 0.63 | 254.35 | 0.96 | 0.19 |
| Hex | 18 | 2 | 5E | 4A | 62 | 0 | 3F | FE | 60 | 13 |
| Octal | 30 | 2 | 136 | 112 | 142 | 0 | 77 | 376 | 140 | 23 |
| Binary | 11000 | 10 | 1011110 | 1001010 | 1100010 | 0 | 111111 | 11111110 | 1100000 | 10011 |
Color Harmonies of #18025E
Complementary color
Monochromatic Colors of #18025E
Black with #18025E
Text Example
Text Example
White with #18025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18025E; }
p { color: rgb(24,2,94); }
H1.HeaderClassName
{
color: #18025E;
}
.AnyTagClassName
{
color: #18025E;
}
</style>
background-color css
<style>
a { background-color: #18025E; }
a { background-color: rgb(24,2,94); }
div.DivClassName
{
background-color: #18025E;
}
.BgClassName
{
background-color: #18025E;
}
</style>
border-color css
<style>
span { border-color: #18025E; }
span { border-color: rgb(24,2,94); }
td.TdClassName
{
border-color: #18025E;
}
.TagClassName
{
border-color: #18025E;
}
</style>