Shades of Midnight Blue #14016D
Tints of Midnight Blue #14016D
RGB
CMYK
RGB Variations
Color information
#14016D (or 0x14016D) is known color: Midnight Blue. HEX triplet: 14, 01 and 6D. RGB value is (20,1,109). Sum of RGB (Red+Green+Blue) = 20+1+109=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #14016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016D is #EBFE92. Grayscale: #121212. Windows color (decimal): -15466131 or 7143700. OLE color: 7143700.
HSL color Cylindrical-coordinate representation of color #14016D: hue angle of 250.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14016D is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 1 | 109 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.57 |
| HSL | 250.56º | 0.98% | 0.22% | - |
| HSV(B) | 250.56º | 0.99% | 0.43% | - |
| XYZ | 3.06 | 1.27 | 14.55 | - |
| YUV | 18.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 109 | 0.82 | 0.99 | 0 | 0.57 | 250.56 | 0.98 | 0.22 |
| Hex | 14 | 1 | 6D | 52 | 63 | 0 | 39 | FB | 62 | 16 |
| Octal | 24 | 1 | 155 | 122 | 143 | 0 | 71 | 373 | 142 | 26 |
| Binary | 10100 | 1 | 1101101 | 1010010 | 1100011 | 0 | 111001 | 11111011 | 1100010 | 10110 |
Color Harmonies of #14016D
Complementary color
Monochromatic Colors of #14016D
Black with #14016D
Text Example
Text Example
White with #14016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14016D; }
p { color: rgb(20,1,109); }
H1.HeaderClassName
{
color: #14016D;
}
.AnyTagClassName
{
color: #14016D;
}
</style>
background-color css
<style>
a { background-color: #14016D; }
a { background-color: rgb(20,1,109); }
div.DivClassName
{
background-color: #14016D;
}
.BgClassName
{
background-color: #14016D;
}
</style>
border-color css
<style>
span { border-color: #14016D; }
span { border-color: rgb(20,1,109); }
td.TdClassName
{
border-color: #14016D;
}
.TagClassName
{
border-color: #14016D;
}
</style>