Shades of Midnight Blue #14056D
Tints of Midnight Blue #14056D
RGB
CMYK
RGB Variations
Color information
#14056D (or 0x14056D) is known color: Midnight Blue. HEX triplet: 14, 05 and 6D. RGB value is (20,5,109). Sum of RGB (Red+Green+Blue) = 20+5+109=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #14056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14056D is #EBFA92. Grayscale: #141414. Windows color (decimal): -15465107 or 7144724. OLE color: 7144724.
HSL color Cylindrical-coordinate representation of color #14056D: hue angle of 248.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14056D is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 5 | 109 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.57 |
| HSL | 248.65º | 0.91% | 0.22% | - |
| HSV(B) | 248.65º | 0.95% | 0.43% | - |
| XYZ | 3.1 | 1.36 | 14.57 | - |
| YUV | 21.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 109 | 0.82 | 0.95 | 0 | 0.57 | 248.65 | 0.91 | 0.22 |
| Hex | 14 | 5 | 6D | 52 | 5F | 0 | 39 | F9 | 5B | 16 |
| Octal | 24 | 5 | 155 | 122 | 137 | 0 | 71 | 371 | 133 | 26 |
| Binary | 10100 | 101 | 1101101 | 1010010 | 1011111 | 0 | 111001 | 11111001 | 1011011 | 10110 |
Color Harmonies of #14056D
Complementary color
Monochromatic Colors of #14056D
Black with #14056D
Text Example
Text Example
White with #14056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14056D; }
p { color: rgb(20,5,109); }
H1.HeaderClassName
{
color: #14056D;
}
.AnyTagClassName
{
color: #14056D;
}
</style>
background-color css
<style>
a { background-color: #14056D; }
a { background-color: rgb(20,5,109); }
div.DivClassName
{
background-color: #14056D;
}
.BgClassName
{
background-color: #14056D;
}
</style>
border-color css
<style>
span { border-color: #14056D; }
span { border-color: rgb(20,5,109); }
td.TdClassName
{
border-color: #14056D;
}
.TagClassName
{
border-color: #14056D;
}
</style>