Shades of Midnight Blue #14076B
Tints of Midnight Blue #14076B
RGB
CMYK
RGB Variations
Color information
#14076B (or 0x14076B) is known color: Midnight Blue. HEX triplet: 14, 07 and 6B. RGB value is (20,7,107). Sum of RGB (Red+Green+Blue) = 20+7+107=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #14076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14076B is #EBF894. Grayscale: #151515. Windows color (decimal): -15464597 or 7014164. OLE color: 7014164.
HSL color Cylindrical-coordinate representation of color #14076B: hue angle of 247.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14076B is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 7 | 107 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.58 |
| HSL | 247.8º | 0.88% | 0.22% | - |
| HSV(B) | 247.8º | 0.93% | 0.42% | - |
| XYZ | 3.02 | 1.36 | 14.01 | - |
| YUV | 22.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 107 | 0.81 | 0.93 | 0 | 0.58 | 247.8 | 0.88 | 0.22 |
| Hex | 14 | 7 | 6B | 51 | 5D | 0 | 3A | F8 | 58 | 16 |
| Octal | 24 | 7 | 153 | 121 | 135 | 0 | 72 | 370 | 130 | 26 |
| Binary | 10100 | 111 | 1101011 | 1010001 | 1011101 | 0 | 111010 | 11111000 | 1011000 | 10110 |
Color Harmonies of #14076B
Complementary color
Monochromatic Colors of #14076B
Black with #14076B
Text Example
Text Example
White with #14076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14076B; }
p { color: rgb(20,7,107); }
H1.HeaderClassName
{
color: #14076B;
}
.AnyTagClassName
{
color: #14076B;
}
</style>
background-color css
<style>
a { background-color: #14076B; }
a { background-color: rgb(20,7,107); }
div.DivClassName
{
background-color: #14076B;
}
.BgClassName
{
background-color: #14076B;
}
</style>
border-color css
<style>
span { border-color: #14076B; }
span { border-color: rgb(20,7,107); }
td.TdClassName
{
border-color: #14076B;
}
.TagClassName
{
border-color: #14076B;
}
</style>