Shades of Midnight Blue #14006F
Tints of Midnight Blue #14006F
RGB
CMYK
RGB Variations
Color information
#14006F (or 0x14006F) is known color: Midnight Blue. HEX triplet: 14, 00 and 6F. RGB value is (20,0,111). Sum of RGB (Red+Green+Blue) = 20+0+111=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #14006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14006F is #EBFF90. Grayscale: #121212. Windows color (decimal): -15466385 or 7274516. OLE color: 7274516.
HSL color Cylindrical-coordinate representation of color #14006F: hue angle of 250.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14006F is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 0 | 111 | - |
| CMYK | 0.82 | 1 | 0 | 0.56 |
| HSL | 250.81º | 1% | 0.22% | - |
| HSV(B) | 250.81º | 1% | 0.44% | - |
| XYZ | 3.16 | 1.3 | 15.12 | - |
| YUV | 18.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 111 | 0.82 | 1 | 0 | 0.56 | 250.81 | 1 | 0.22 |
| Hex | 14 | 0 | 6F | 52 | 64 | 0 | 38 | FB | 64 | 16 |
| Octal | 24 | 0 | 157 | 122 | 144 | 0 | 70 | 373 | 144 | 26 |
| Binary | 10100 | 0 | 1101111 | 1010010 | 1100100 | 0 | 111000 | 11111011 | 1100100 | 10110 |
Color Harmonies of #14006F
Complementary color
Monochromatic Colors of #14006F
Black with #14006F
Text Example
Text Example
White with #14006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14006F; }
p { color: rgb(20,0,111); }
H1.HeaderClassName
{
color: #14006F;
}
.AnyTagClassName
{
color: #14006F;
}
</style>
background-color css
<style>
a { background-color: #14006F; }
a { background-color: rgb(20,0,111); }
div.DivClassName
{
background-color: #14006F;
}
.BgClassName
{
background-color: #14006F;
}
</style>
border-color css
<style>
span { border-color: #14006F; }
span { border-color: rgb(20,0,111); }
td.TdClassName
{
border-color: #14006F;
}
.TagClassName
{
border-color: #14006F;
}
</style>