Shades of Navy Blue #197EDD
Tints of Navy Blue #197EDD
RGB
CMYK
RGB Variations
Color information
#197EDD (or 0x197EDD) is known color: Navy Blue. HEX triplet: 19, 7E and DD. RGB value is (25,126,221). Sum of RGB (Red+Green+Blue) = 25+126+221=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #197EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EDD is #E68122. Grayscale: #6A6A6A. Windows color (decimal): -15106339 or 14515737. OLE color: 14515737.
HSL color Cylindrical-coordinate representation of color #197EDD: hue angle of 209.08º 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 #197EDD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 126 | 221 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 209.08º | 0.8% | 0.48% | - |
| HSV(B) | 209.08º | 0.89% | 0.87% | - |
| XYZ | 20.91 | 20.35 | 71.23 | - |
| YUV | 106.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 221 | 0.89 | 0.43 | 0 | 0.13 | 209.08 | 0.8 | 0.48 |
| Hex | 19 | 7E | DD | 59 | 2B | 0 | D | D1 | 50 | 30 |
| Octal | 31 | 176 | 335 | 131 | 53 | 0 | 15 | 321 | 120 | 60 |
| Binary | 11001 | 1111110 | 11011101 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197EDD
Complementary color
Monochromatic Colors of #197EDD
Black with #197EDD
Text Example
Text Example
White with #197EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EDD; }
p { color: rgb(25,126,221); }
H1.HeaderClassName
{
color: #197EDD;
}
.AnyTagClassName
{
color: #197EDD;
}
</style>
background-color css
<style>
a { background-color: #197EDD; }
a { background-color: rgb(25,126,221); }
div.DivClassName
{
background-color: #197EDD;
}
.BgClassName
{
background-color: #197EDD;
}
</style>
border-color css
<style>
span { border-color: #197EDD; }
span { border-color: rgb(25,126,221); }
td.TdClassName
{
border-color: #197EDD;
}
.TagClassName
{
border-color: #197EDD;
}
</style>