Shades of Midnight Blue #14207D
Tints of Midnight Blue #14207D
RGB
CMYK
RGB Variations
Color information
#14207D (or 0x14207D) is known color: Midnight Blue. HEX triplet: 14, 20 and 7D. RGB value is (20,32,125). Sum of RGB (Red+Green+Blue) = 20+32+125=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #14207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207D is #EBDF82. Grayscale: #262626. Windows color (decimal): -15458179 or 8200212. OLE color: 8200212.
HSL color Cylindrical-coordinate representation of color #14207D: hue angle of 233.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14207D is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 32 | 125 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.51 |
| HSL | 233.14º | 0.72% | 0.28% | - |
| HSV(B) | 233.14º | 0.84% | 0.49% | - |
| XYZ | 4.51 | 2.66 | 19.68 | - |
| YUV | 39.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 125 | 0.84 | 0.74 | 0 | 0.51 | 233.14 | 0.72 | 0.28 |
| Hex | 14 | 20 | 7D | 54 | 4A | 0 | 33 | E9 | 48 | 1C |
| Octal | 24 | 40 | 175 | 124 | 112 | 0 | 63 | 351 | 110 | 34 |
| Binary | 10100 | 100000 | 1111101 | 1010100 | 1001010 | 0 | 110011 | 11101001 | 1001000 | 11100 |
Color Harmonies of #14207D
Complementary color
Monochromatic Colors of #14207D
Black with #14207D
Text Example
Text Example
White with #14207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14207D; }
p { color: rgb(20,32,125); }
H1.HeaderClassName
{
color: #14207D;
}
.AnyTagClassName
{
color: #14207D;
}
</style>
background-color css
<style>
a { background-color: #14207D; }
a { background-color: rgb(20,32,125); }
div.DivClassName
{
background-color: #14207D;
}
.BgClassName
{
background-color: #14207D;
}
</style>
border-color css
<style>
span { border-color: #14207D; }
span { border-color: rgb(20,32,125); }
td.TdClassName
{
border-color: #14207D;
}
.TagClassName
{
border-color: #14207D;
}
</style>