Shades of Navy Blue #197AD6
Tints of Navy Blue #197AD6
RGB
CMYK
RGB Variations
Color information
#197AD6 (or 0x197AD6) is known color: Navy Blue. HEX triplet: 19, 7A and D6. RGB value is (25,122,214). Sum of RGB (Red+Green+Blue) = 25+122+214=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #197AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD6 is #E68529. Grayscale: #676767. Windows color (decimal): -15107370 or 14055961. OLE color: 14055961.
HSL color Cylindrical-coordinate representation of color #197AD6: hue angle of 209.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197AD6 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 122 | 214 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.16 |
| HSL | 209.21º | 0.79% | 0.47% | - |
| HSV(B) | 209.21º | 0.88% | 0.84% | - |
| XYZ | 19.5 | 18.98 | 66.25 | - |
| YUV | 103.49 | 190.36 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 214 | 0.88 | 0.43 | 0 | 0.16 | 209.21 | 0.79 | 0.47 |
| Hex | 19 | 7A | D6 | 58 | 2B | 0 | 10 | D1 | 4F | 2F |
| Octal | 31 | 172 | 326 | 130 | 53 | 0 | 20 | 321 | 117 | 57 |
| Binary | 11001 | 1111010 | 11010110 | 1011000 | 101011 | 0 | 10000 | 11010001 | 1001111 | 101111 |
Color Harmonies of #197AD6
Complementary color
Monochromatic Colors of #197AD6
Black with #197AD6
Text Example
Text Example
White with #197AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AD6; }
p { color: rgb(25,122,214); }
H1.HeaderClassName
{
color: #197AD6;
}
.AnyTagClassName
{
color: #197AD6;
}
</style>
background-color css
<style>
a { background-color: #197AD6; }
a { background-color: rgb(25,122,214); }
div.DivClassName
{
background-color: #197AD6;
}
.BgClassName
{
background-color: #197AD6;
}
</style>
border-color css
<style>
span { border-color: #197AD6; }
span { border-color: rgb(25,122,214); }
td.TdClassName
{
border-color: #197AD6;
}
.TagClassName
{
border-color: #197AD6;
}
</style>