Shades of Midnight Blue #141C60
Tints of Midnight Blue #141C60
RGB
CMYK
RGB Variations
Color information
#141C60 (or 0x141C60) is known color: Midnight Blue. HEX triplet: 14, 1C and 60. RGB value is (20,28,96). Sum of RGB (Red+Green+Blue) = 20+28+96=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #141C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C60 is #EBE39F. Grayscale: #212121. Windows color (decimal): -15459232 or 6298644. OLE color: 6298644.
HSL color Cylindrical-coordinate representation of color #141C60: hue angle of 233.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141C60 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 28 | 96 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.62 |
| HSL | 233.68º | 0.66% | 0.23% | - |
| HSV(B) | 233.68º | 0.79% | 0.38% | - |
| XYZ | 2.82 | 1.82 | 11.27 | - |
| YUV | 33.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 96 | 0.79 | 0.71 | 0 | 0.62 | 233.68 | 0.66 | 0.23 |
| Hex | 14 | 1C | 60 | 4F | 47 | 0 | 3E | EA | 42 | 17 |
| Octal | 24 | 34 | 140 | 117 | 107 | 0 | 76 | 352 | 102 | 27 |
| Binary | 10100 | 11100 | 1100000 | 1001111 | 1000111 | 0 | 111110 | 11101010 | 1000010 | 10111 |
Color Harmonies of #141C60
Complementary color
Monochromatic Colors of #141C60
Black with #141C60
Text Example
Text Example
White with #141C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C60; }
p { color: rgb(20,28,96); }
H1.HeaderClassName
{
color: #141C60;
}
.AnyTagClassName
{
color: #141C60;
}
</style>
background-color css
<style>
a { background-color: #141C60; }
a { background-color: rgb(20,28,96); }
div.DivClassName
{
background-color: #141C60;
}
.BgClassName
{
background-color: #141C60;
}
</style>
border-color css
<style>
span { border-color: #141C60; }
span { border-color: rgb(20,28,96); }
td.TdClassName
{
border-color: #141C60;
}
.TagClassName
{
border-color: #141C60;
}
</style>