Shades of Midnight Blue #151470
Tints of Midnight Blue #151470
RGB
CMYK
RGB Variations
Color information
#151470 (or 0x151470) is known color: Midnight Blue. HEX triplet: 15, 14 and 70. RGB value is (21,20,112). Sum of RGB (Red+Green+Blue) = 21+20+112=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #151470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151470 is #EAEB8F. Grayscale: #1E1E1E. Windows color (decimal): -15395728 or 7345173. OLE color: 7345173.
HSL color Cylindrical-coordinate representation of color #151470: hue angle of 240.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151470 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 20 | 112 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.56 |
| HSL | 240.65º | 0.7% | 0.26% | - |
| HSV(B) | 240.65º | 0.82% | 0.44% | - |
| XYZ | 3.48 | 1.83 | 15.5 | - |
| YUV | 30.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 112 | 0.81 | 0.82 | 0 | 0.56 | 240.65 | 0.7 | 0.26 |
| Hex | 15 | 14 | 70 | 51 | 52 | 0 | 38 | F1 | 46 | 1A |
| Octal | 25 | 24 | 160 | 121 | 122 | 0 | 70 | 361 | 106 | 32 |
| Binary | 10101 | 10100 | 1110000 | 1010001 | 1010010 | 0 | 111000 | 11110001 | 1000110 | 11010 |
Color Harmonies of #151470
Complementary color
Monochromatic Colors of #151470
Black with #151470
Text Example
Text Example
White with #151470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151470; }
p { color: rgb(21,20,112); }
H1.HeaderClassName
{
color: #151470;
}
.AnyTagClassName
{
color: #151470;
}
</style>
background-color css
<style>
a { background-color: #151470; }
a { background-color: rgb(21,20,112); }
div.DivClassName
{
background-color: #151470;
}
.BgClassName
{
background-color: #151470;
}
</style>
border-color css
<style>
span { border-color: #151470; }
span { border-color: rgb(21,20,112); }
td.TdClassName
{
border-color: #151470;
}
.TagClassName
{
border-color: #151470;
}
</style>