Shades of Midnight Blue #14055E
Tints of Midnight Blue #14055E
RGB
CMYK
RGB Variations
Color information
#14055E (or 0x14055E) is known color: Midnight Blue. HEX triplet: 14, 05 and 5E. RGB value is (20,5,94). Sum of RGB (Red+Green+Blue) = 20+5+94=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #14055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14055E is #EBFAA1. Grayscale: #131313. Windows color (decimal): -15465122 or 6161684. OLE color: 6161684.
HSL color Cylindrical-coordinate representation of color #14055E: hue angle of 250.11º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14055E is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 5 | 94 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.63 |
| HSL | 250.11º | 0.9% | 0.19% | - |
| HSV(B) | 250.11º | 0.95% | 0.37% | - |
| XYZ | 2.36 | 1.07 | 10.67 | - |
| YUV | 19.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 94 | 0.79 | 0.95 | 0 | 0.63 | 250.11 | 0.9 | 0.19 |
| Hex | 14 | 5 | 5E | 4F | 5F | 0 | 3F | FA | 5A | 13 |
| Octal | 24 | 5 | 136 | 117 | 137 | 0 | 77 | 372 | 132 | 23 |
| Binary | 10100 | 101 | 1011110 | 1001111 | 1011111 | 0 | 111111 | 11111010 | 1011010 | 10011 |
Color Harmonies of #14055E
Complementary color
Monochromatic Colors of #14055E
Black with #14055E
Text Example
Text Example
White with #14055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14055E; }
p { color: rgb(20,5,94); }
H1.HeaderClassName
{
color: #14055E;
}
.AnyTagClassName
{
color: #14055E;
}
</style>
background-color css
<style>
a { background-color: #14055E; }
a { background-color: rgb(20,5,94); }
div.DivClassName
{
background-color: #14055E;
}
.BgClassName
{
background-color: #14055E;
}
</style>
border-color css
<style>
span { border-color: #14055E; }
span { border-color: rgb(20,5,94); }
td.TdClassName
{
border-color: #14055E;
}
.TagClassName
{
border-color: #14055E;
}
</style>