Shades of Midnight Blue #14016E
Tints of Midnight Blue #14016E
RGB
CMYK
RGB Variations
Color information
#14016E (or 0x14016E) is known color: Midnight Blue. HEX triplet: 14, 01 and 6E. RGB value is (20,1,110). Sum of RGB (Red+Green+Blue) = 20+1+110=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #14016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016E is #EBFE91. Grayscale: #121212. Windows color (decimal): -15466130 or 7209236. OLE color: 7209236.
HSL color Cylindrical-coordinate representation of color #14016E: hue angle of 250.46º 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 #14016E is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 1 | 110 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.57 |
| HSL | 250.46º | 0.98% | 0.22% | - |
| HSV(B) | 250.46º | 0.99% | 0.43% | - |
| XYZ | 3.11 | 1.3 | 14.84 | - |
| YUV | 19.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 110 | 0.82 | 0.99 | 0 | 0.57 | 250.46 | 0.98 | 0.22 |
| Hex | 14 | 1 | 6E | 52 | 63 | 0 | 39 | FA | 62 | 16 |
| Octal | 24 | 1 | 156 | 122 | 143 | 0 | 71 | 372 | 142 | 26 |
| Binary | 10100 | 1 | 1101110 | 1010010 | 1100011 | 0 | 111001 | 11111010 | 1100010 | 10110 |
Color Harmonies of #14016E
Complementary color
Monochromatic Colors of #14016E
Black with #14016E
Text Example
Text Example
White with #14016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14016E; }
p { color: rgb(20,1,110); }
H1.HeaderClassName
{
color: #14016E;
}
.AnyTagClassName
{
color: #14016E;
}
</style>
background-color css
<style>
a { background-color: #14016E; }
a { background-color: rgb(20,1,110); }
div.DivClassName
{
background-color: #14016E;
}
.BgClassName
{
background-color: #14016E;
}
</style>
border-color css
<style>
span { border-color: #14016E; }
span { border-color: rgb(20,1,110); }
td.TdClassName
{
border-color: #14016E;
}
.TagClassName
{
border-color: #14016E;
}
</style>