Shades of Midnight Blue #141380
Tints of Midnight Blue #141380
RGB
CMYK
RGB Variations
Color information
#141380 (or 0x141380) is known color: Midnight Blue. HEX triplet: 14, 13 and 80. RGB value is (20,19,128). Sum of RGB (Red+Green+Blue) = 20+19+128=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #141380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141380 is #EBEC7F. Grayscale: #1F1F1F. Windows color (decimal): -15461504 or 8393492. OLE color: 8393492.
HSL color Cylindrical-coordinate representation of color #141380: hue angle of 240.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141380 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 19 | 128 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.50 |
| HSL | 240.55º | 0.74% | 0.29% | - |
| HSV(B) | 240.55º | 0.85% | 0.5% | - |
| XYZ | 4.42 | 2.17 | 20.61 | - |
| YUV | 31.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 128 | 0.84 | 0.85 | 0 | 0.50 | 240.55 | 0.74 | 0.29 |
| Hex | 14 | 13 | 80 | 54 | 55 | 0 | 32 | F1 | 4A | 1D |
| Octal | 24 | 23 | 200 | 124 | 125 | 0 | 62 | 361 | 112 | 35 |
| Binary | 10100 | 10011 | 10000000 | 1010100 | 1010101 | 0 | 110010 | 11110001 | 1001010 | 11101 |
Color Harmonies of #141380
Complementary color
Monochromatic Colors of #141380
Black with #141380
Text Example
Text Example
White with #141380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141380; }
p { color: rgb(20,19,128); }
H1.HeaderClassName
{
color: #141380;
}
.AnyTagClassName
{
color: #141380;
}
</style>
background-color css
<style>
a { background-color: #141380; }
a { background-color: rgb(20,19,128); }
div.DivClassName
{
background-color: #141380;
}
.BgClassName
{
background-color: #141380;
}
</style>
border-color css
<style>
span { border-color: #141380; }
span { border-color: rgb(20,19,128); }
td.TdClassName
{
border-color: #141380;
}
.TagClassName
{
border-color: #141380;
}
</style>