Shades of Midnight Blue #14197B
Tints of Midnight Blue #14197B
RGB
CMYK
RGB Variations
Color information
#14197B (or 0x14197B) is known color: Midnight Blue. HEX triplet: 14, 19 and 7B. RGB value is (20,25,123). Sum of RGB (Red+Green+Blue) = 20+25+123=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #14197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14197B is #EBE684. Grayscale: #222222. Windows color (decimal): -15459973 or 8067348. OLE color: 8067348.
HSL color Cylindrical-coordinate representation of color #14197B: hue angle of 237.09º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14197B is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 25 | 123 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.52 |
| HSL | 237.09º | 0.72% | 0.28% | - |
| HSV(B) | 237.09º | 0.84% | 0.48% | - |
| XYZ | 4.21 | 2.27 | 18.96 | - |
| YUV | 34.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 123 | 0.84 | 0.80 | 0 | 0.52 | 237.09 | 0.72 | 0.28 |
| Hex | 14 | 19 | 7B | 54 | 50 | 0 | 34 | ED | 48 | 1C |
| Octal | 24 | 31 | 173 | 124 | 120 | 0 | 64 | 355 | 110 | 34 |
| Binary | 10100 | 11001 | 1111011 | 1010100 | 1010000 | 0 | 110100 | 11101101 | 1001000 | 11100 |
Color Harmonies of #14197B
Complementary color
Monochromatic Colors of #14197B
Black with #14197B
Text Example
Text Example
White with #14197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14197B; }
p { color: rgb(20,25,123); }
H1.HeaderClassName
{
color: #14197B;
}
.AnyTagClassName
{
color: #14197B;
}
</style>
background-color css
<style>
a { background-color: #14197B; }
a { background-color: rgb(20,25,123); }
div.DivClassName
{
background-color: #14197B;
}
.BgClassName
{
background-color: #14197B;
}
</style>
border-color css
<style>
span { border-color: #14197B; }
span { border-color: rgb(20,25,123); }
td.TdClassName
{
border-color: #14197B;
}
.TagClassName
{
border-color: #14197B;
}
</style>