Shades of Midnight Blue #152986
Tints of Midnight Blue #152986
RGB
CMYK
RGB Variations
Color information
#152986 (or 0x152986) is known color: Midnight Blue. HEX triplet: 15, 29 and 86. RGB value is (21,41,134). Sum of RGB (Red+Green+Blue) = 21+41+134=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #152986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152986 is #EAD679. Grayscale: #2D2D2D. Windows color (decimal): -15390330 or 8792341. OLE color: 8792341.
HSL color Cylindrical-coordinate representation of color #152986: hue angle of 229.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152986 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 41 | 134 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.47 |
| HSL | 229.38º | 0.73% | 0.3% | - |
| HSV(B) | 229.38º | 0.84% | 0.53% | - |
| XYZ | 5.41 | 3.47 | 22.94 | - |
| YUV | 45.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 134 | 0.84 | 0.69 | 0 | 0.47 | 229.38 | 0.73 | 0.3 |
| Hex | 15 | 29 | 86 | 54 | 45 | 0 | 2F | E5 | 49 | 1E |
| Octal | 25 | 51 | 206 | 124 | 105 | 0 | 57 | 345 | 111 | 36 |
| Binary | 10101 | 101001 | 10000110 | 1010100 | 1000101 | 0 | 101111 | 11100101 | 1001001 | 11110 |
Color Harmonies of #152986
Complementary color
Monochromatic Colors of #152986
Black with #152986
Text Example
Text Example
White with #152986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152986; }
p { color: rgb(21,41,134); }
H1.HeaderClassName
{
color: #152986;
}
.AnyTagClassName
{
color: #152986;
}
</style>
background-color css
<style>
a { background-color: #152986; }
a { background-color: rgb(21,41,134); }
div.DivClassName
{
background-color: #152986;
}
.BgClassName
{
background-color: #152986;
}
</style>
border-color css
<style>
span { border-color: #152986; }
span { border-color: rgb(21,41,134); }
td.TdClassName
{
border-color: #152986;
}
.TagClassName
{
border-color: #152986;
}
</style>