Shades of Midnight Blue #141A60
Tints of Midnight Blue #141A60
RGB
CMYK
RGB Variations
Color information
#141A60 (or 0x141A60) is known color: Midnight Blue. HEX triplet: 14, 1A and 60. RGB value is (20,26,96). Sum of RGB (Red+Green+Blue) = 20+26+96=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #141A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A60 is #EBE59F. Grayscale: #1F1F1F. Windows color (decimal): -15459744 or 6298132. OLE color: 6298132.
HSL color Cylindrical-coordinate representation of color #141A60: hue angle of 235.26º 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 #141A60 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 26 | 96 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.62 |
| HSL | 235.26º | 0.66% | 0.23% | - |
| HSV(B) | 235.26º | 0.79% | 0.38% | - |
| XYZ | 2.77 | 1.73 | 11.25 | - |
| YUV | 32.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 96 | 0.79 | 0.73 | 0 | 0.62 | 235.26 | 0.66 | 0.23 |
| Hex | 14 | 1A | 60 | 4F | 49 | 0 | 3E | EB | 42 | 17 |
| Octal | 24 | 32 | 140 | 117 | 111 | 0 | 76 | 353 | 102 | 27 |
| Binary | 10100 | 11010 | 1100000 | 1001111 | 1001001 | 0 | 111110 | 11101011 | 1000010 | 10111 |
Color Harmonies of #141A60
Complementary color
Monochromatic Colors of #141A60
Black with #141A60
Text Example
Text Example
White with #141A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A60; }
p { color: rgb(20,26,96); }
H1.HeaderClassName
{
color: #141A60;
}
.AnyTagClassName
{
color: #141A60;
}
</style>
background-color css
<style>
a { background-color: #141A60; }
a { background-color: rgb(20,26,96); }
div.DivClassName
{
background-color: #141A60;
}
.BgClassName
{
background-color: #141A60;
}
</style>
border-color css
<style>
span { border-color: #141A60; }
span { border-color: rgb(20,26,96); }
td.TdClassName
{
border-color: #141A60;
}
.TagClassName
{
border-color: #141A60;
}
</style>