Shades of Midnight Blue #15185F
Tints of Midnight Blue #15185F
RGB
CMYK
RGB Variations
Color information
#15185F (or 0x15185F) is known color: Midnight Blue. HEX triplet: 15, 18 and 5F. RGB value is (21,24,95). Sum of RGB (Red+Green+Blue) = 21+24+95=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #15185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15185F is #EAE7A0. Grayscale: #1E1E1E. Windows color (decimal): -15394721 or 6232085. OLE color: 6232085.
HSL color Cylindrical-coordinate representation of color #15185F: hue angle of 237.57º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15185F is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 24 | 95 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.63 |
| HSL | 237.57º | 0.64% | 0.23% | - |
| HSV(B) | 237.57º | 0.78% | 0.37% | - |
| XYZ | 2.7 | 1.64 | 11 | - |
| YUV | 31.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 95 | 0.78 | 0.75 | 0 | 0.63 | 237.57 | 0.64 | 0.23 |
| Hex | 15 | 18 | 5F | 4E | 4B | 0 | 3F | EE | 40 | 17 |
| Octal | 25 | 30 | 137 | 116 | 113 | 0 | 77 | 356 | 100 | 27 |
| Binary | 10101 | 11000 | 1011111 | 1001110 | 1001011 | 0 | 111111 | 11101110 | 1000000 | 10111 |
Color Harmonies of #15185F
Complementary color
Monochromatic Colors of #15185F
Black with #15185F
Text Example
Text Example
White with #15185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15185F; }
p { color: rgb(21,24,95); }
H1.HeaderClassName
{
color: #15185F;
}
.AnyTagClassName
{
color: #15185F;
}
</style>
background-color css
<style>
a { background-color: #15185F; }
a { background-color: rgb(21,24,95); }
div.DivClassName
{
background-color: #15185F;
}
.BgClassName
{
background-color: #15185F;
}
</style>
border-color css
<style>
span { border-color: #15185F; }
span { border-color: rgb(21,24,95); }
td.TdClassName
{
border-color: #15185F;
}
.TagClassName
{
border-color: #15185F;
}
</style>