Shades of Midnight Blue #141760
Tints of Midnight Blue #141760
RGB
CMYK
RGB Variations
Color information
#141760 (or 0x141760) is known color: Midnight Blue. HEX triplet: 14, 17 and 60. RGB value is (20,23,96). Sum of RGB (Red+Green+Blue) = 20+23+96=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #141760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141760 is #EBE89F. Grayscale: #1E1E1E. Windows color (decimal): -15460512 or 6297364. OLE color: 6297364.
HSL color Cylindrical-coordinate representation of color #141760: hue angle of 237.63º 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 #141760 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 23 | 96 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.62 |
| HSL | 237.63º | 0.66% | 0.23% | - |
| HSV(B) | 237.63º | 0.79% | 0.38% | - |
| XYZ | 2.71 | 1.61 | 11.23 | - |
| YUV | 30.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 96 | 0.79 | 0.76 | 0 | 0.62 | 237.63 | 0.66 | 0.23 |
| Hex | 14 | 17 | 60 | 4F | 4C | 0 | 3E | EE | 42 | 17 |
| Octal | 24 | 27 | 140 | 117 | 114 | 0 | 76 | 356 | 102 | 27 |
| Binary | 10100 | 10111 | 1100000 | 1001111 | 1001100 | 0 | 111110 | 11101110 | 1000010 | 10111 |
Color Harmonies of #141760
Complementary color
Monochromatic Colors of #141760
Black with #141760
Text Example
Text Example
White with #141760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141760; }
p { color: rgb(20,23,96); }
H1.HeaderClassName
{
color: #141760;
}
.AnyTagClassName
{
color: #141760;
}
</style>
background-color css
<style>
a { background-color: #141760; }
a { background-color: rgb(20,23,96); }
div.DivClassName
{
background-color: #141760;
}
.BgClassName
{
background-color: #141760;
}
</style>
border-color css
<style>
span { border-color: #141760; }
span { border-color: rgb(20,23,96); }
td.TdClassName
{
border-color: #141760;
}
.TagClassName
{
border-color: #141760;
}
</style>