Shades of Midnight Blue #141C71
Tints of Midnight Blue #141C71
RGB
CMYK
RGB Variations
Color information
#141C71 (or 0x141C71) is known color: Midnight Blue. HEX triplet: 14, 1C and 71. RGB value is (20,28,113). Sum of RGB (Red+Green+Blue) = 20+28+113=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #141C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C71 is #EBE38E. Grayscale: #222222. Windows color (decimal): -15459215 or 7412756. OLE color: 7412756.
HSL color Cylindrical-coordinate representation of color #141C71: hue angle of 234.84º 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 #141C71 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 28 | 113 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.56 |
| HSL | 234.84º | 0.7% | 0.26% | - |
| HSV(B) | 234.84º | 0.82% | 0.44% | - |
| XYZ | 3.68 | 2.17 | 15.85 | - |
| YUV | 35.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 113 | 0.82 | 0.75 | 0 | 0.56 | 234.84 | 0.7 | 0.26 |
| Hex | 14 | 1C | 71 | 52 | 4B | 0 | 38 | EB | 46 | 1A |
| Octal | 24 | 34 | 161 | 122 | 113 | 0 | 70 | 353 | 106 | 32 |
| Binary | 10100 | 11100 | 1110001 | 1010010 | 1001011 | 0 | 111000 | 11101011 | 1000110 | 11010 |
Color Harmonies of #141C71
Complementary color
Monochromatic Colors of #141C71
Black with #141C71
Text Example
Text Example
White with #141C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C71; }
p { color: rgb(20,28,113); }
H1.HeaderClassName
{
color: #141C71;
}
.AnyTagClassName
{
color: #141C71;
}
</style>
background-color css
<style>
a { background-color: #141C71; }
a { background-color: rgb(20,28,113); }
div.DivClassName
{
background-color: #141C71;
}
.BgClassName
{
background-color: #141C71;
}
</style>
border-color css
<style>
span { border-color: #141C71; }
span { border-color: rgb(20,28,113); }
td.TdClassName
{
border-color: #141C71;
}
.TagClassName
{
border-color: #141C71;
}
</style>