Shades of Midnight Blue #18005F
Tints of Midnight Blue #18005F
RGB
CMYK
RGB Variations
Color information
#18005F (or 0x18005F) is known color: Midnight Blue. HEX triplet: 18, 00 and 5F. RGB value is (24,0,95). Sum of RGB (Red+Green+Blue) = 24+0+95=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 95 (37.5% from 255 or 79.83% from 119); Max value from RGB is 95 - color contains mainly: blue. Hex color #18005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18005F is #E7FFA0. Grayscale: #111111. Windows color (decimal): -15204257 or 6225944. OLE color: 6225944.
HSL color Cylindrical-coordinate representation of color #18005F: hue angle of 255.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18005F is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 0 | 95 | - |
| CMYK | 0.75 | 1 | 0 | 0.63 |
| HSL | 255.16º | 1% | 0.19% | - |
| HSV(B) | 255.16º | 1% | 0.37% | - |
| XYZ | 2.44 | 1.02 | 10.89 | - |
| YUV | 18.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 95 | 0.75 | 1 | 0 | 0.63 | 255.16 | 1 | 0.19 |
| Hex | 18 | 0 | 5F | 4B | 64 | 0 | 3F | FF | 64 | 13 |
| Octal | 30 | 0 | 137 | 113 | 144 | 0 | 77 | 377 | 144 | 23 |
| Binary | 11000 | 0 | 1011111 | 1001011 | 1100100 | 0 | 111111 | 11111111 | 1100100 | 10011 |
Color Harmonies of #18005F
Complementary color
Monochromatic Colors of #18005F
Black with #18005F
Text Example
Text Example
White with #18005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18005F; }
p { color: rgb(24,0,95); }
H1.HeaderClassName
{
color: #18005F;
}
.AnyTagClassName
{
color: #18005F;
}
</style>
background-color css
<style>
a { background-color: #18005F; }
a { background-color: rgb(24,0,95); }
div.DivClassName
{
background-color: #18005F;
}
.BgClassName
{
background-color: #18005F;
}
</style>
border-color css
<style>
span { border-color: #18005F; }
span { border-color: rgb(24,0,95); }
td.TdClassName
{
border-color: #18005F;
}
.TagClassName
{
border-color: #18005F;
}
</style>