Shades of Midnight Blue #18025D
Tints of Midnight Blue #18025D
RGB
CMYK
RGB Variations
Color information
#18025D (or 0x18025D) is known color: Midnight Blue. HEX triplet: 18, 02 and 5D. RGB value is (24,2,93). Sum of RGB (Red+Green+Blue) = 24+2+93=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #18025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18025D is #E7FDA2. Grayscale: #121212. Windows color (decimal): -15203747 or 6095384. OLE color: 6095384.
HSL color Cylindrical-coordinate representation of color #18025D: hue angle of 254.51º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18025D is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 2 | 93 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.64 |
| HSL | 254.51º | 0.96% | 0.19% | - |
| HSV(B) | 254.51º | 0.98% | 0.36% | - |
| XYZ | 2.37 | 1.03 | 10.43 | - |
| YUV | 18.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 93 | 0.74 | 0.98 | 0 | 0.64 | 254.51 | 0.96 | 0.19 |
| Hex | 18 | 2 | 5D | 4A | 62 | 0 | 40 | FF | 60 | 13 |
| Octal | 30 | 2 | 135 | 112 | 142 | 0 | 100 | 377 | 140 | 23 |
| Binary | 11000 | 10 | 1011101 | 1001010 | 1100010 | 0 | 1000000 | 11111111 | 1100000 | 10011 |
Color Harmonies of #18025D
Complementary color
Monochromatic Colors of #18025D
Black with #18025D
Text Example
Text Example
White with #18025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18025D; }
p { color: rgb(24,2,93); }
H1.HeaderClassName
{
color: #18025D;
}
.AnyTagClassName
{
color: #18025D;
}
</style>
background-color css
<style>
a { background-color: #18025D; }
a { background-color: rgb(24,2,93); }
div.DivClassName
{
background-color: #18025D;
}
.BgClassName
{
background-color: #18025D;
}
</style>
border-color css
<style>
span { border-color: #18025D; }
span { border-color: rgb(24,2,93); }
td.TdClassName
{
border-color: #18025D;
}
.TagClassName
{
border-color: #18025D;
}
</style>