Shades of Midnight Blue #18015B
Tints of Midnight Blue #18015B
RGB
CMYK
RGB Variations
Color information
#18015B (or 0x18015B) is known color: Midnight Blue. HEX triplet: 18, 01 and 5B. RGB value is (24,1,91). Sum of RGB (Red+Green+Blue) = 24+1+91=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #18015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18015B is #E7FEA4. Grayscale: #111111. Windows color (decimal): -15204005 or 5964056. OLE color: 5964056.
HSL color Cylindrical-coordinate representation of color #18015B: hue angle of 255.33º 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 #18015B is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 1 | 91 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.64 |
| HSL | 255.33º | 0.98% | 0.18% | - |
| HSV(B) | 255.33º | 0.99% | 0.36% | - |
| XYZ | 2.28 | 0.97 | 9.97 | - |
| YUV | 18.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 91 | 0.74 | 0.99 | 0 | 0.64 | 255.33 | 0.98 | 0.18 |
| Hex | 18 | 1 | 5B | 4A | 63 | 0 | 40 | FF | 62 | 12 |
| Octal | 30 | 1 | 133 | 112 | 143 | 0 | 100 | 377 | 142 | 22 |
| Binary | 11000 | 1 | 1011011 | 1001010 | 1100011 | 0 | 1000000 | 11111111 | 1100010 | 10010 |
Color Harmonies of #18015B
Complementary color
Monochromatic Colors of #18015B
Black with #18015B
Text Example
Text Example
White with #18015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18015B; }
p { color: rgb(24,1,91); }
H1.HeaderClassName
{
color: #18015B;
}
.AnyTagClassName
{
color: #18015B;
}
</style>
background-color css
<style>
a { background-color: #18015B; }
a { background-color: rgb(24,1,91); }
div.DivClassName
{
background-color: #18015B;
}
.BgClassName
{
background-color: #18015B;
}
</style>
border-color css
<style>
span { border-color: #18015B; }
span { border-color: rgb(24,1,91); }
td.TdClassName
{
border-color: #18015B;
}
.TagClassName
{
border-color: #18015B;
}
</style>