Shades of Midnight Blue #141C7C
Tints of Midnight Blue #141C7C
RGB
CMYK
RGB Variations
Color information
#141C7C (or 0x141C7C) is known color: Midnight Blue. HEX triplet: 14, 1C and 7C. RGB value is (20,28,124). Sum of RGB (Red+Green+Blue) = 20+28+124=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #141C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C7C is #EBE383. Grayscale: #242424. Windows color (decimal): -15459204 or 8133652. OLE color: 8133652.
HSL color Cylindrical-coordinate representation of color #141C7C: hue angle of 235.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141C7C is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 28 | 124 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.51 |
| HSL | 235.38º | 0.72% | 0.28% | - |
| HSV(B) | 235.38º | 0.84% | 0.49% | - |
| XYZ | 4.34 | 2.43 | 19.31 | - |
| YUV | 36.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 124 | 0.84 | 0.77 | 0 | 0.51 | 235.38 | 0.72 | 0.28 |
| Hex | 14 | 1C | 7C | 54 | 4D | 0 | 33 | EB | 48 | 1C |
| Octal | 24 | 34 | 174 | 124 | 115 | 0 | 63 | 353 | 110 | 34 |
| Binary | 10100 | 11100 | 1111100 | 1010100 | 1001101 | 0 | 110011 | 11101011 | 1001000 | 11100 |
Color Harmonies of #141C7C
Complementary color
Monochromatic Colors of #141C7C
Black with #141C7C
Text Example
Text Example
White with #141C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C7C; }
p { color: rgb(20,28,124); }
H1.HeaderClassName
{
color: #141C7C;
}
.AnyTagClassName
{
color: #141C7C;
}
</style>
background-color css
<style>
a { background-color: #141C7C; }
a { background-color: rgb(20,28,124); }
div.DivClassName
{
background-color: #141C7C;
}
.BgClassName
{
background-color: #141C7C;
}
</style>
border-color css
<style>
span { border-color: #141C7C; }
span { border-color: rgb(20,28,124); }
td.TdClassName
{
border-color: #141C7C;
}
.TagClassName
{
border-color: #141C7C;
}
</style>