Shades of Midnight Blue #141572
Tints of Midnight Blue #141572
RGB
CMYK
RGB Variations
Color information
#141572 (or 0x141572) is known color: Midnight Blue. HEX triplet: 14, 15 and 72. RGB value is (20,21,114). Sum of RGB (Red+Green+Blue) = 20+21+114=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #141572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141572 is #EBEA8D. Grayscale: #1E1E1E. Windows color (decimal): -15461006 or 7476500. OLE color: 7476500.
HSL color Cylindrical-coordinate representation of color #141572: hue angle of 239.36º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141572 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 21 | 114 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.55 |
| HSL | 239.36º | 0.7% | 0.26% | - |
| HSV(B) | 239.36º | 0.82% | 0.45% | - |
| XYZ | 3.59 | 1.9 | 16.1 | - |
| YUV | 31.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 114 | 0.82 | 0.82 | 0 | 0.55 | 239.36 | 0.7 | 0.26 |
| Hex | 14 | 15 | 72 | 52 | 52 | 0 | 37 | EF | 46 | 1A |
| Octal | 24 | 25 | 162 | 122 | 122 | 0 | 67 | 357 | 106 | 32 |
| Binary | 10100 | 10101 | 1110010 | 1010010 | 1010010 | 0 | 110111 | 11101111 | 1000110 | 11010 |
Color Harmonies of #141572
Complementary color
Monochromatic Colors of #141572
Black with #141572
Text Example
Text Example
White with #141572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141572; }
p { color: rgb(20,21,114); }
H1.HeaderClassName
{
color: #141572;
}
.AnyTagClassName
{
color: #141572;
}
</style>
background-color css
<style>
a { background-color: #141572; }
a { background-color: rgb(20,21,114); }
div.DivClassName
{
background-color: #141572;
}
.BgClassName
{
background-color: #141572;
}
</style>
border-color css
<style>
span { border-color: #141572; }
span { border-color: rgb(20,21,114); }
td.TdClassName
{
border-color: #141572;
}
.TagClassName
{
border-color: #141572;
}
</style>