Shades of Midnight Blue #14197C
Tints of Midnight Blue #14197C
RGB
CMYK
RGB Variations
Color information
#14197C (or 0x14197C) is known color: Midnight Blue. HEX triplet: 14, 19 and 7C. RGB value is (20,25,124). Sum of RGB (Red+Green+Blue) = 20+25+124=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #14197C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14197C is #EBE683. Grayscale: #222222. Windows color (decimal): -15459972 or 8132884. OLE color: 8132884.
HSL color Cylindrical-coordinate representation of color #14197C: hue angle of 237.12º 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 #14197C is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 25 | 124 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.51 |
| HSL | 237.12º | 0.72% | 0.28% | - |
| HSV(B) | 237.12º | 0.84% | 0.49% | - |
| XYZ | 4.27 | 2.3 | 19.29 | - |
| YUV | 34.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 124 | 0.84 | 0.80 | 0 | 0.51 | 237.12 | 0.72 | 0.28 |
| Hex | 14 | 19 | 7C | 54 | 50 | 0 | 33 | ED | 48 | 1C |
| Octal | 24 | 31 | 174 | 124 | 120 | 0 | 63 | 355 | 110 | 34 |
| Binary | 10100 | 11001 | 1111100 | 1010100 | 1010000 | 0 | 110011 | 11101101 | 1001000 | 11100 |
Color Harmonies of #14197C
Complementary color
Monochromatic Colors of #14197C
Black with #14197C
Text Example
Text Example
White with #14197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14197C; }
p { color: rgb(20,25,124); }
H1.HeaderClassName
{
color: #14197C;
}
.AnyTagClassName
{
color: #14197C;
}
</style>
background-color css
<style>
a { background-color: #14197C; }
a { background-color: rgb(20,25,124); }
div.DivClassName
{
background-color: #14197C;
}
.BgClassName
{
background-color: #14197C;
}
</style>
border-color css
<style>
span { border-color: #14197C; }
span { border-color: rgb(20,25,124); }
td.TdClassName
{
border-color: #14197C;
}
.TagClassName
{
border-color: #14197C;
}
</style>