Shades of Midnight Blue #14016F
Tints of Midnight Blue #14016F
RGB
CMYK
RGB Variations
Color information
#14016F (or 0x14016F) is known color: Midnight Blue. HEX triplet: 14, 01 and 6F. RGB value is (20,1,111). Sum of RGB (Red+Green+Blue) = 20+1+111=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #14016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016F is #EBFE90. Grayscale: #121212. Windows color (decimal): -15466129 or 7274772. OLE color: 7274772.
HSL color Cylindrical-coordinate representation of color #14016F: hue angle of 250.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14016F is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 1 | 111 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.56 |
| HSL | 250.36º | 0.98% | 0.22% | - |
| HSV(B) | 250.36º | 0.99% | 0.44% | - |
| XYZ | 3.17 | 1.32 | 15.13 | - |
| YUV | 19.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 111 | 0.82 | 0.99 | 0 | 0.56 | 250.36 | 0.98 | 0.22 |
| Hex | 14 | 1 | 6F | 52 | 63 | 0 | 38 | FA | 62 | 16 |
| Octal | 24 | 1 | 157 | 122 | 143 | 0 | 70 | 372 | 142 | 26 |
| Binary | 10100 | 1 | 1101111 | 1010010 | 1100011 | 0 | 111000 | 11111010 | 1100010 | 10110 |
Color Harmonies of #14016F
Complementary color
Monochromatic Colors of #14016F
Black with #14016F
Text Example
Text Example
White with #14016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14016F; }
p { color: rgb(20,1,111); }
H1.HeaderClassName
{
color: #14016F;
}
.AnyTagClassName
{
color: #14016F;
}
</style>
background-color css
<style>
a { background-color: #14016F; }
a { background-color: rgb(20,1,111); }
div.DivClassName
{
background-color: #14016F;
}
.BgClassName
{
background-color: #14016F;
}
</style>
border-color css
<style>
span { border-color: #14016F; }
span { border-color: rgb(20,1,111); }
td.TdClassName
{
border-color: #14016F;
}
.TagClassName
{
border-color: #14016F;
}
</style>