Shades of Midnight Blue #18015D
Tints of Midnight Blue #18015D
RGB
CMYK
RGB Variations
Color information
#18015D (or 0x18015D) is known color: Midnight Blue. HEX triplet: 18, 01 and 5D. RGB value is (24,1,93). Sum of RGB (Red+Green+Blue) = 24+1+93=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #18015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18015D is #E7FEA2. Grayscale: #121212. Windows color (decimal): -15204003 or 6095128. OLE color: 6095128.
HSL color Cylindrical-coordinate representation of color #18015D: hue angle of 255º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18015D is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 1 | 93 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.64 |
| HSL | 255º | 0.98% | 0.18% | - |
| HSV(B) | 255º | 0.99% | 0.36% | - |
| XYZ | 2.36 | 1.01 | 10.43 | - |
| YUV | 18.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 93 | 0.74 | 0.99 | 0 | 0.64 | 255 | 0.98 | 0.18 |
| Hex | 18 | 1 | 5D | 4A | 63 | 0 | 40 | FF | 62 | 12 |
| Octal | 30 | 1 | 135 | 112 | 143 | 0 | 100 | 377 | 142 | 22 |
| Binary | 11000 | 1 | 1011101 | 1001010 | 1100011 | 0 | 1000000 | 11111111 | 1100010 | 10010 |
Color Harmonies of #18015D
Complementary color
Monochromatic Colors of #18015D
Black with #18015D
Text Example
Text Example
White with #18015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18015D; }
p { color: rgb(24,1,93); }
H1.HeaderClassName
{
color: #18015D;
}
.AnyTagClassName
{
color: #18015D;
}
</style>
background-color css
<style>
a { background-color: #18015D; }
a { background-color: rgb(24,1,93); }
div.DivClassName
{
background-color: #18015D;
}
.BgClassName
{
background-color: #18015D;
}
</style>
border-color css
<style>
span { border-color: #18015D; }
span { border-color: rgb(24,1,93); }
td.TdClassName
{
border-color: #18015D;
}
.TagClassName
{
border-color: #18015D;
}
</style>