Shades of Midnight Blue #150854
Tints of Midnight Blue #150854
RGB
CMYK
RGB Variations
Color information
#150854 (or 0x150854) is known color: Midnight Blue. HEX triplet: 15, 08 and 54. RGB value is (21,8,84). Sum of RGB (Red+Green+Blue) = 21+8+84=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #150854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150854 is #EAF7AB. Grayscale: #141414. Windows color (decimal): -15398828 or 5507093. OLE color: 5507093.
HSL color Cylindrical-coordinate representation of color #150854: hue angle of 250.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150854 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 8 | 84 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.67 |
| HSL | 250.26º | 0.83% | 0.18% | - |
| HSV(B) | 250.26º | 0.9% | 0.33% | - |
| XYZ | 2 | 0.97 | 8.47 | - |
| YUV | 20.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 84 | 0.75 | 0.90 | 0 | 0.67 | 250.26 | 0.83 | 0.18 |
| Hex | 15 | 8 | 54 | 4B | 5A | 0 | 43 | FA | 53 | 12 |
| Octal | 25 | 10 | 124 | 113 | 132 | 0 | 103 | 372 | 123 | 22 |
| Binary | 10101 | 1000 | 1010100 | 1001011 | 1011010 | 0 | 1000011 | 11111010 | 1010011 | 10010 |
Color Harmonies of #150854
Complementary color
Monochromatic Colors of #150854
Black with #150854
Text Example
Text Example
White with #150854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150854; }
p { color: rgb(21,8,84); }
H1.HeaderClassName
{
color: #150854;
}
.AnyTagClassName
{
color: #150854;
}
</style>
background-color css
<style>
a { background-color: #150854; }
a { background-color: rgb(21,8,84); }
div.DivClassName
{
background-color: #150854;
}
.BgClassName
{
background-color: #150854;
}
</style>
border-color css
<style>
span { border-color: #150854; }
span { border-color: rgb(21,8,84); }
td.TdClassName
{
border-color: #150854;
}
.TagClassName
{
border-color: #150854;
}
</style>