Shades of Midnight Blue #141C73
Tints of Midnight Blue #141C73
RGB
CMYK
RGB Variations
Color information
#141C73 (or 0x141C73) is known color: Midnight Blue. HEX triplet: 14, 1C and 73. RGB value is (20,28,115). Sum of RGB (Red+Green+Blue) = 20+28+115=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #141C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C73 is #EBE38C. Grayscale: #232323. Windows color (decimal): -15459213 or 7543828. OLE color: 7543828.
HSL color Cylindrical-coordinate representation of color #141C73: hue angle of 234.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141C73 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 28 | 115 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.55 |
| HSL | 234.95º | 0.7% | 0.26% | - |
| HSV(B) | 234.95º | 0.83% | 0.45% | - |
| XYZ | 3.8 | 2.22 | 16.45 | - |
| YUV | 35.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 115 | 0.83 | 0.76 | 0 | 0.55 | 234.95 | 0.7 | 0.26 |
| Hex | 14 | 1C | 73 | 53 | 4C | 0 | 37 | EB | 46 | 1A |
| Octal | 24 | 34 | 163 | 123 | 114 | 0 | 67 | 353 | 106 | 32 |
| Binary | 10100 | 11100 | 1110011 | 1010011 | 1001100 | 0 | 110111 | 11101011 | 1000110 | 11010 |
Color Harmonies of #141C73
Complementary color
Monochromatic Colors of #141C73
Black with #141C73
Text Example
Text Example
White with #141C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C73; }
p { color: rgb(20,28,115); }
H1.HeaderClassName
{
color: #141C73;
}
.AnyTagClassName
{
color: #141C73;
}
</style>
background-color css
<style>
a { background-color: #141C73; }
a { background-color: rgb(20,28,115); }
div.DivClassName
{
background-color: #141C73;
}
.BgClassName
{
background-color: #141C73;
}
</style>
border-color css
<style>
span { border-color: #141C73; }
span { border-color: rgb(20,28,115); }
td.TdClassName
{
border-color: #141C73;
}
.TagClassName
{
border-color: #141C73;
}
</style>