Shades of Midnight Blue #18005B
Tints of Midnight Blue #18005B
RGB
CMYK
RGB Variations
Color information
#18005B (or 0x18005B) is known color: Midnight Blue. HEX triplet: 18, 00 and 5B. RGB value is (24,0,91). Sum of RGB (Red+Green+Blue) = 24+0+91=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #18005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18005B is #E7FFA4. Grayscale: #111111. Windows color (decimal): -15204261 or 5963800. OLE color: 5963800.
HSL color Cylindrical-coordinate representation of color #18005B: hue angle of 255.82º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18005B is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 0 | 91 | - |
| CMYK | 0.74 | 1 | 0 | 0.64 |
| HSL | 255.82º | 1% | 0.18% | - |
| HSV(B) | 255.82º | 1% | 0.36% | - |
| XYZ | 2.27 | 0.95 | 9.96 | - |
| YUV | 17.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 91 | 0.74 | 1 | 0 | 0.64 | 255.82 | 1 | 0.18 |
| Hex | 18 | 0 | 5B | 4A | 64 | 0 | 40 | 100 | 64 | 12 |
| Octal | 30 | 0 | 133 | 112 | 144 | 0 | 100 | 400 | 144 | 22 |
| Binary | 11000 | 0 | 1011011 | 1001010 | 1100100 | 0 | 1000000 | 100000000 | 1100100 | 10010 |
Color Harmonies of #18005B
Complementary color
Monochromatic Colors of #18005B
Black with #18005B
Text Example
Text Example
White with #18005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18005B; }
p { color: rgb(24,0,91); }
H1.HeaderClassName
{
color: #18005B;
}
.AnyTagClassName
{
color: #18005B;
}
</style>
background-color css
<style>
a { background-color: #18005B; }
a { background-color: rgb(24,0,91); }
div.DivClassName
{
background-color: #18005B;
}
.BgClassName
{
background-color: #18005B;
}
</style>
border-color css
<style>
span { border-color: #18005B; }
span { border-color: rgb(24,0,91); }
td.TdClassName
{
border-color: #18005B;
}
.TagClassName
{
border-color: #18005B;
}
</style>