Shades of Midnight Blue #141C76
Tints of Midnight Blue #141C76
RGB
CMYK
RGB Variations
Color information
#141C76 (or 0x141C76) is known color: Midnight Blue. HEX triplet: 14, 1C and 76. RGB value is (20,28,118). Sum of RGB (Red+Green+Blue) = 20+28+118=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #141C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C76 is #EBE389. Grayscale: #232323. Windows color (decimal): -15459210 or 7740436. OLE color: 7740436.
HSL color Cylindrical-coordinate representation of color #141C76: hue angle of 235.1º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141C76 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 28 | 118 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.54 |
| HSL | 235.1º | 0.71% | 0.27% | - |
| HSV(B) | 235.1º | 0.83% | 0.46% | - |
| XYZ | 3.97 | 2.29 | 17.37 | - |
| YUV | 35.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 118 | 0.83 | 0.76 | 0 | 0.54 | 235.1 | 0.71 | 0.27 |
| Hex | 14 | 1C | 76 | 53 | 4C | 0 | 36 | EB | 47 | 1B |
| Octal | 24 | 34 | 166 | 123 | 114 | 0 | 66 | 353 | 107 | 33 |
| Binary | 10100 | 11100 | 1110110 | 1010011 | 1001100 | 0 | 110110 | 11101011 | 1000111 | 11011 |
Color Harmonies of #141C76
Complementary color
Monochromatic Colors of #141C76
Black with #141C76
Text Example
Text Example
White with #141C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C76; }
p { color: rgb(20,28,118); }
H1.HeaderClassName
{
color: #141C76;
}
.AnyTagClassName
{
color: #141C76;
}
</style>
background-color css
<style>
a { background-color: #141C76; }
a { background-color: rgb(20,28,118); }
div.DivClassName
{
background-color: #141C76;
}
.BgClassName
{
background-color: #141C76;
}
</style>
border-color css
<style>
span { border-color: #141C76; }
span { border-color: rgb(20,28,118); }
td.TdClassName
{
border-color: #141C76;
}
.TagClassName
{
border-color: #141C76;
}
</style>