Shades of Midnight Blue #141F70
Tints of Midnight Blue #141F70
RGB
CMYK
RGB Variations
Color information
#141F70 (or 0x141F70) is known color: Midnight Blue. HEX triplet: 14, 1F and 70. RGB value is (20,31,112). Sum of RGB (Red+Green+Blue) = 20+31+112=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #141F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F70 is #EBE08F. Grayscale: #242424. Windows color (decimal): -15458448 or 7347988. OLE color: 7347988.
HSL color Cylindrical-coordinate representation of color #141F70: hue angle of 232.83º 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 #141F70 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 31 | 112 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.56 |
| HSL | 232.83º | 0.7% | 0.26% | - |
| HSV(B) | 232.83º | 0.82% | 0.44% | - |
| XYZ | 3.7 | 2.3 | 15.58 | - |
| YUV | 36.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 112 | 0.82 | 0.72 | 0 | 0.56 | 232.83 | 0.7 | 0.26 |
| Hex | 14 | 1F | 70 | 52 | 48 | 0 | 38 | E9 | 46 | 1A |
| Octal | 24 | 37 | 160 | 122 | 110 | 0 | 70 | 351 | 106 | 32 |
| Binary | 10100 | 11111 | 1110000 | 1010010 | 1001000 | 0 | 111000 | 11101001 | 1000110 | 11010 |
Color Harmonies of #141F70
Complementary color
Monochromatic Colors of #141F70
Black with #141F70
Text Example
Text Example
White with #141F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F70; }
p { color: rgb(20,31,112); }
H1.HeaderClassName
{
color: #141F70;
}
.AnyTagClassName
{
color: #141F70;
}
</style>
background-color css
<style>
a { background-color: #141F70; }
a { background-color: rgb(20,31,112); }
div.DivClassName
{
background-color: #141F70;
}
.BgClassName
{
background-color: #141F70;
}
</style>
border-color css
<style>
span { border-color: #141F70; }
span { border-color: rgb(20,31,112); }
td.TdClassName
{
border-color: #141F70;
}
.TagClassName
{
border-color: #141F70;
}
</style>