Shades of Midnight Blue #15005F
Tints of Midnight Blue #15005F
RGB
CMYK
RGB Variations
Color information
#15005F (or 0x15005F) is known color: Midnight Blue. HEX triplet: 15, 00 and 5F. RGB value is (21,0,95). Sum of RGB (Red+Green+Blue) = 21+0+95=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #15005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15005F is #EAFFA0. Grayscale: #101010. Windows color (decimal): -15400865 or 6225941. OLE color: 6225941.
HSL color Cylindrical-coordinate representation of color #15005F: hue angle of 253.26º 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 #15005F is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 0 | 95 | - |
| CMYK | 0.78 | 1 | 0 | 0.63 |
| HSL | 253.26º | 1% | 0.19% | - |
| HSV(B) | 253.26º | 1% | 0.37% | - |
| XYZ | 2.37 | 0.99 | 10.89 | - |
| YUV | 17.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 95 | 0.78 | 1 | 0 | 0.63 | 253.26 | 1 | 0.19 |
| Hex | 15 | 0 | 5F | 4E | 64 | 0 | 3F | FD | 64 | 13 |
| Octal | 25 | 0 | 137 | 116 | 144 | 0 | 77 | 375 | 144 | 23 |
| Binary | 10101 | 0 | 1011111 | 1001110 | 1100100 | 0 | 111111 | 11111101 | 1100100 | 10011 |
Color Harmonies of #15005F
Complementary color
Monochromatic Colors of #15005F
Black with #15005F
Text Example
Text Example
White with #15005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15005F; }
p { color: rgb(21,0,95); }
H1.HeaderClassName
{
color: #15005F;
}
.AnyTagClassName
{
color: #15005F;
}
</style>
background-color css
<style>
a { background-color: #15005F; }
a { background-color: rgb(21,0,95); }
div.DivClassName
{
background-color: #15005F;
}
.BgClassName
{
background-color: #15005F;
}
</style>
border-color css
<style>
span { border-color: #15005F; }
span { border-color: rgb(21,0,95); }
td.TdClassName
{
border-color: #15005F;
}
.TagClassName
{
border-color: #15005F;
}
</style>