Shades of Midnight Blue #141C74
Tints of Midnight Blue #141C74
RGB
CMYK
RGB Variations
Color information
#141C74 (or 0x141C74) is known color: Midnight Blue. HEX triplet: 14, 1C and 74. RGB value is (20,28,116). Sum of RGB (Red+Green+Blue) = 20+28+116=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #141C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C74 is #EBE38B. Grayscale: #232323. Windows color (decimal): -15459212 or 7609364. OLE color: 7609364.
HSL color Cylindrical-coordinate representation of color #141C74: hue angle of 235º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141C74 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 28 | 116 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.55 |
| HSL | 235º | 0.71% | 0.27% | - |
| HSV(B) | 235º | 0.83% | 0.45% | - |
| XYZ | 3.86 | 2.24 | 16.75 | - |
| YUV | 35.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 116 | 0.83 | 0.76 | 0 | 0.55 | 235 | 0.71 | 0.27 |
| Hex | 14 | 1C | 74 | 53 | 4C | 0 | 37 | EB | 47 | 1B |
| Octal | 24 | 34 | 164 | 123 | 114 | 0 | 67 | 353 | 107 | 33 |
| Binary | 10100 | 11100 | 1110100 | 1010011 | 1001100 | 0 | 110111 | 11101011 | 1000111 | 11011 |
Color Harmonies of #141C74
Complementary color
Monochromatic Colors of #141C74
Black with #141C74
Text Example
Text Example
White with #141C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C74; }
p { color: rgb(20,28,116); }
H1.HeaderClassName
{
color: #141C74;
}
.AnyTagClassName
{
color: #141C74;
}
</style>
background-color css
<style>
a { background-color: #141C74; }
a { background-color: rgb(20,28,116); }
div.DivClassName
{
background-color: #141C74;
}
.BgClassName
{
background-color: #141C74;
}
</style>
border-color css
<style>
span { border-color: #141C74; }
span { border-color: rgb(20,28,116); }
td.TdClassName
{
border-color: #141C74;
}
.TagClassName
{
border-color: #141C74;
}
</style>