Shades of Midnight Blue #141C72
Tints of Midnight Blue #141C72
RGB
CMYK
RGB Variations
Color information
#141C72 (or 0x141C72) is known color: Midnight Blue. HEX triplet: 14, 1C and 72. RGB value is (20,28,114). Sum of RGB (Red+Green+Blue) = 20+28+114=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #141C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C72 is #EBE38D. Grayscale: #232323. Windows color (decimal): -15459214 or 7478292. OLE color: 7478292.
HSL color Cylindrical-coordinate representation of color #141C72: hue angle of 234.89º 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 #141C72 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 28 | 114 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.55 |
| HSL | 234.89º | 0.7% | 0.26% | - |
| HSV(B) | 234.89º | 0.82% | 0.45% | - |
| XYZ | 3.74 | 2.19 | 16.15 | - |
| YUV | 35.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 114 | 0.82 | 0.75 | 0 | 0.55 | 234.89 | 0.7 | 0.26 |
| Hex | 14 | 1C | 72 | 52 | 4B | 0 | 37 | EB | 46 | 1A |
| Octal | 24 | 34 | 162 | 122 | 113 | 0 | 67 | 353 | 106 | 32 |
| Binary | 10100 | 11100 | 1110010 | 1010010 | 1001011 | 0 | 110111 | 11101011 | 1000110 | 11010 |
Color Harmonies of #141C72
Complementary color
Monochromatic Colors of #141C72
Black with #141C72
Text Example
Text Example
White with #141C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C72; }
p { color: rgb(20,28,114); }
H1.HeaderClassName
{
color: #141C72;
}
.AnyTagClassName
{
color: #141C72;
}
</style>
background-color css
<style>
a { background-color: #141C72; }
a { background-color: rgb(20,28,114); }
div.DivClassName
{
background-color: #141C72;
}
.BgClassName
{
background-color: #141C72;
}
</style>
border-color css
<style>
span { border-color: #141C72; }
span { border-color: rgb(20,28,114); }
td.TdClassName
{
border-color: #141C72;
}
.TagClassName
{
border-color: #141C72;
}
</style>