Shades of Midnight Blue #14197D
Tints of Midnight Blue #14197D
RGB
CMYK
RGB Variations
Color information
#14197D (or 0x14197D) is known color: Midnight Blue. HEX triplet: 14, 19 and 7D. RGB value is (20,25,125). Sum of RGB (Red+Green+Blue) = 20+25+125=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #14197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14197D is #EBE682. Grayscale: #222222. Windows color (decimal): -15459971 or 8198420. OLE color: 8198420.
HSL color Cylindrical-coordinate representation of color #14197D: hue angle of 237.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 #14197D is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 25 | 125 | - |
| CMYK | 0.84 | 0.8 | 0 | 0.51 |
| HSL | 237.14º | 0.72% | 0.28% | - |
| HSV(B) | 237.14º | 0.84% | 0.49% | - |
| XYZ | 4.34 | 2.32 | 19.62 | - |
| YUV | 34.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 125 | 0.84 | 0.8 | 0 | 0.51 | 237.14 | 0.72 | 0.28 |
| Hex | 14 | 19 | 7D | 54 | 50 | 0 | 33 | ED | 48 | 1C |
| Octal | 24 | 31 | 175 | 124 | 120 | 0 | 63 | 355 | 110 | 34 |
| Binary | 10100 | 11001 | 1111101 | 1010100 | 1010000 | 0 | 110011 | 11101101 | 1001000 | 11100 |
Color Harmonies of #14197D
Complementary color
Monochromatic Colors of #14197D
Black with #14197D
Text Example
Text Example
White with #14197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14197D; }
p { color: rgb(20,25,125); }
H1.HeaderClassName
{
color: #14197D;
}
.AnyTagClassName
{
color: #14197D;
}
</style>
background-color css
<style>
a { background-color: #14197D; }
a { background-color: rgb(20,25,125); }
div.DivClassName
{
background-color: #14197D;
}
.BgClassName
{
background-color: #14197D;
}
</style>
border-color css
<style>
span { border-color: #14197D; }
span { border-color: rgb(20,25,125); }
td.TdClassName
{
border-color: #14197D;
}
.TagClassName
{
border-color: #14197D;
}
</style>