Shades of Midnight Blue #141460
Tints of Midnight Blue #141460
RGB
CMYK
RGB Variations
Color information
#141460 (or 0x141460) is known color: Midnight Blue. HEX triplet: 14, 14 and 60. RGB value is (20,20,96). Sum of RGB (Red+Green+Blue) = 20+20+96=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #141460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141460 is #EBEB9F. Grayscale: #1C1C1C. Windows color (decimal): -15461280 or 6296596. OLE color: 6296596.
HSL color Cylindrical-coordinate representation of color #141460: hue angle of 240º 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 #141460 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 20 | 96 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.62 |
| HSL | 240º | 0.66% | 0.23% | - |
| HSV(B) | 240º | 0.79% | 0.38% | - |
| XYZ | 2.65 | 1.49 | 11.21 | - |
| YUV | 28.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 96 | 0.79 | 0.79 | 0 | 0.62 | 240 | 0.66 | 0.23 |
| Hex | 14 | 14 | 60 | 4F | 4F | 0 | 3E | F0 | 42 | 17 |
| Octal | 24 | 24 | 140 | 117 | 117 | 0 | 76 | 360 | 102 | 27 |
| Binary | 10100 | 10100 | 1100000 | 1001111 | 1001111 | 0 | 111110 | 11110000 | 1000010 | 10111 |
Color Harmonies of #141460
Complementary color
Monochromatic Colors of #141460
Black with #141460
Text Example
Text Example
White with #141460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141460; }
p { color: rgb(20,20,96); }
H1.HeaderClassName
{
color: #141460;
}
.AnyTagClassName
{
color: #141460;
}
</style>
background-color css
<style>
a { background-color: #141460; }
a { background-color: rgb(20,20,96); }
div.DivClassName
{
background-color: #141460;
}
.BgClassName
{
background-color: #141460;
}
</style>
border-color css
<style>
span { border-color: #141460; }
span { border-color: rgb(20,20,96); }
td.TdClassName
{
border-color: #141460;
}
.TagClassName
{
border-color: #141460;
}
</style>