Shades of Navy Blue #197ADD
Tints of Navy Blue #197ADD
RGB
CMYK
RGB Variations
Color information
#197ADD (or 0x197ADD) is known color: Navy Blue. HEX triplet: 19, 7A and DD. RGB value is (25,122,221). Sum of RGB (Red+Green+Blue) = 25+122+221=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #197ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ADD is #E68522. Grayscale: #676767. Windows color (decimal): -15107363 or 14514713. OLE color: 14514713.
HSL color Cylindrical-coordinate representation of color #197ADD: hue angle of 210.31º 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 #197ADD is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 122 | 221 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.13 |
| HSL | 210.31º | 0.8% | 0.48% | - |
| HSV(B) | 210.31º | 0.89% | 0.87% | - |
| XYZ | 20.41 | 19.35 | 71.06 | - |
| YUV | 104.28 | 193.86 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 221 | 0.89 | 0.45 | 0 | 0.13 | 210.31 | 0.8 | 0.48 |
| Hex | 19 | 7A | DD | 59 | 2D | 0 | D | D2 | 50 | 30 |
| Octal | 31 | 172 | 335 | 131 | 55 | 0 | 15 | 322 | 120 | 60 |
| Binary | 11001 | 1111010 | 11011101 | 1011001 | 101101 | 0 | 1101 | 11010010 | 1010000 | 110000 |
Color Harmonies of #197ADD
Complementary color
Monochromatic Colors of #197ADD
Black with #197ADD
Text Example
Text Example
White with #197ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197ADD; }
p { color: rgb(25,122,221); }
H1.HeaderClassName
{
color: #197ADD;
}
.AnyTagClassName
{
color: #197ADD;
}
</style>
background-color css
<style>
a { background-color: #197ADD; }
a { background-color: rgb(25,122,221); }
div.DivClassName
{
background-color: #197ADD;
}
.BgClassName
{
background-color: #197ADD;
}
</style>
border-color css
<style>
span { border-color: #197ADD; }
span { border-color: rgb(25,122,221); }
td.TdClassName
{
border-color: #197ADD;
}
.TagClassName
{
border-color: #197ADD;
}
</style>