Shades of Navy Blue #197DDD
Tints of Navy Blue #197DDD
RGB
CMYK
RGB Variations
Color information
#197DDD (or 0x197DDD) is known color: Navy Blue. HEX triplet: 19, 7D and DD. RGB value is (25,125,221). Sum of RGB (Red+Green+Blue) = 25+125+221=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #197DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DDD is #E68222. Grayscale: #696969. Windows color (decimal): -15106595 or 14515481. OLE color: 14515481.
HSL color Cylindrical-coordinate representation of color #197DDD: hue angle of 209.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197DDD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 125 | 221 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 209.39º | 0.8% | 0.48% | - |
| HSV(B) | 209.39º | 0.89% | 0.87% | - |
| XYZ | 20.79 | 20.09 | 71.19 | - |
| YUV | 106.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 221 | 0.89 | 0.43 | 0 | 0.13 | 209.39 | 0.8 | 0.48 |
| Hex | 19 | 7D | DD | 59 | 2B | 0 | D | D1 | 50 | 30 |
| Octal | 31 | 175 | 335 | 131 | 53 | 0 | 15 | 321 | 120 | 60 |
| Binary | 11001 | 1111101 | 11011101 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197DDD
Complementary color
Monochromatic Colors of #197DDD
Black with #197DDD
Text Example
Text Example
White with #197DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DDD; }
p { color: rgb(25,125,221); }
H1.HeaderClassName
{
color: #197DDD;
}
.AnyTagClassName
{
color: #197DDD;
}
</style>
background-color css
<style>
a { background-color: #197DDD; }
a { background-color: rgb(25,125,221); }
div.DivClassName
{
background-color: #197DDD;
}
.BgClassName
{
background-color: #197DDD;
}
</style>
border-color css
<style>
span { border-color: #197DDD; }
span { border-color: rgb(25,125,221); }
td.TdClassName
{
border-color: #197DDD;
}
.TagClassName
{
border-color: #197DDD;
}
</style>