Shades of Navy Blue #197ADC
Tints of Navy Blue #197ADC
RGB
CMYK
RGB Variations
Color information
#197ADC (or 0x197ADC) is known color: Navy Blue. HEX triplet: 19, 7A and DC. RGB value is (25,122,220). Sum of RGB (Red+Green+Blue) = 25+122+220=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #197ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ADC is #E68523. Grayscale: #676767. Windows color (decimal): -15107364 or 14449177. OLE color: 14449177.
HSL color Cylindrical-coordinate representation of color #197ADC: hue angle of 210.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197ADC is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 122 | 220 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.14 |
| HSL | 210.15º | 0.8% | 0.48% | - |
| HSV(B) | 210.15º | 0.89% | 0.86% | - |
| XYZ | 20.28 | 19.29 | 70.37 | - |
| YUV | 104.17 | 193.36 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 220 | 0.89 | 0.45 | 0 | 0.14 | 210.15 | 0.8 | 0.48 |
| Hex | 19 | 7A | DC | 59 | 2D | 0 | E | D2 | 50 | 30 |
| Octal | 31 | 172 | 334 | 131 | 55 | 0 | 16 | 322 | 120 | 60 |
| Binary | 11001 | 1111010 | 11011100 | 1011001 | 101101 | 0 | 1110 | 11010010 | 1010000 | 110000 |
Color Harmonies of #197ADC
Complementary color
Monochromatic Colors of #197ADC
Black with #197ADC
Text Example
Text Example
White with #197ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197ADC; }
p { color: rgb(25,122,220); }
H1.HeaderClassName
{
color: #197ADC;
}
.AnyTagClassName
{
color: #197ADC;
}
</style>
background-color css
<style>
a { background-color: #197ADC; }
a { background-color: rgb(25,122,220); }
div.DivClassName
{
background-color: #197ADC;
}
.BgClassName
{
background-color: #197ADC;
}
</style>
border-color css
<style>
span { border-color: #197ADC; }
span { border-color: rgb(25,122,220); }
td.TdClassName
{
border-color: #197ADC;
}
.TagClassName
{
border-color: #197ADC;
}
</style>