Shades of Midnight Blue #141E63
Tints of Midnight Blue #141E63
RGB
CMYK
RGB Variations
Color information
#141E63 (or 0x141E63) is known color: Midnight Blue. HEX triplet: 14, 1E and 63. RGB value is (20,30,99). Sum of RGB (Red+Green+Blue) = 20+30+99=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #141E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E63 is #EBE19C. Grayscale: #222222. Windows color (decimal): -15458717 or 6495764. OLE color: 6495764.
HSL color Cylindrical-coordinate representation of color #141E63: hue angle of 232.41º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141E63 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 30 | 99 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.61 |
| HSL | 232.41º | 0.66% | 0.23% | - |
| HSV(B) | 232.41º | 0.8% | 0.39% | - |
| XYZ | 3 | 1.98 | 12.03 | - |
| YUV | 34.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 99 | 0.80 | 0.70 | 0 | 0.61 | 232.41 | 0.66 | 0.23 |
| Hex | 14 | 1E | 63 | 50 | 46 | 0 | 3D | E8 | 42 | 17 |
| Octal | 24 | 36 | 143 | 120 | 106 | 0 | 75 | 350 | 102 | 27 |
| Binary | 10100 | 11110 | 1100011 | 1010000 | 1000110 | 0 | 111101 | 11101000 | 1000010 | 10111 |
Color Harmonies of #141E63
Complementary color
Monochromatic Colors of #141E63
Black with #141E63
Text Example
Text Example
White with #141E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E63; }
p { color: rgb(20,30,99); }
H1.HeaderClassName
{
color: #141E63;
}
.AnyTagClassName
{
color: #141E63;
}
</style>
background-color css
<style>
a { background-color: #141E63; }
a { background-color: rgb(20,30,99); }
div.DivClassName
{
background-color: #141E63;
}
.BgClassName
{
background-color: #141E63;
}
</style>
border-color css
<style>
span { border-color: #141E63; }
span { border-color: rgb(20,30,99); }
td.TdClassName
{
border-color: #141E63;
}
.TagClassName
{
border-color: #141E63;
}
</style>