Shades of Midnight Blue #151E5E
Tints of Midnight Blue #151E5E
RGB
CMYK
RGB Variations
Color information
#151E5E (or 0x151E5E) is known color: Midnight Blue. HEX triplet: 15, 1E and 5E. RGB value is (21,30,94). Sum of RGB (Red+Green+Blue) = 21+30+94=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #151E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E5E is #EAE1A1. Grayscale: #222222. Windows color (decimal): -15393186 or 6168085. OLE color: 6168085.
HSL color Cylindrical-coordinate representation of color #151E5E: hue angle of 232.6º degrees, saturation: 0.63, 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 #151E5E is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 30 | 94 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.63 |
| HSL | 232.6º | 0.63% | 0.23% | - |
| HSV(B) | 232.6º | 0.78% | 0.37% | - |
| XYZ | 2.79 | 1.9 | 10.81 | - |
| YUV | 34.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 94 | 0.78 | 0.68 | 0 | 0.63 | 232.6 | 0.63 | 0.23 |
| Hex | 15 | 1E | 5E | 4E | 44 | 0 | 3F | E9 | 3F | 17 |
| Octal | 25 | 36 | 136 | 116 | 104 | 0 | 77 | 351 | 77 | 27 |
| Binary | 10101 | 11110 | 1011110 | 1001110 | 1000100 | 0 | 111111 | 11101001 | 111111 | 10111 |
Color Harmonies of #151E5E
Complementary color
Monochromatic Colors of #151E5E
Black with #151E5E
Text Example
Text Example
White with #151E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E5E; }
p { color: rgb(21,30,94); }
H1.HeaderClassName
{
color: #151E5E;
}
.AnyTagClassName
{
color: #151E5E;
}
</style>
background-color css
<style>
a { background-color: #151E5E; }
a { background-color: rgb(21,30,94); }
div.DivClassName
{
background-color: #151E5E;
}
.BgClassName
{
background-color: #151E5E;
}
</style>
border-color css
<style>
span { border-color: #151E5E; }
span { border-color: rgb(21,30,94); }
td.TdClassName
{
border-color: #151E5E;
}
.TagClassName
{
border-color: #151E5E;
}
</style>