Shades of Navy Blue #197AD1
Tints of Navy Blue #197AD1
RGB
CMYK
RGB Variations
Color information
#197AD1 (or 0x197AD1) is known color: Navy Blue. HEX triplet: 19, 7A and D1. RGB value is (25,122,209). Sum of RGB (Red+Green+Blue) = 25+122+209=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #197AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD1 is #E6852E. Grayscale: #666666. Windows color (decimal): -15107375 or 13728281. OLE color: 13728281.
HSL color Cylindrical-coordinate representation of color #197AD1: hue angle of 208.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197AD1 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 122 | 209 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.18 |
| HSL | 208.37º | 0.79% | 0.46% | - |
| HSV(B) | 208.37º | 0.88% | 0.82% | - |
| XYZ | 18.87 | 18.73 | 62.94 | - |
| YUV | 102.92 | 187.86 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 209 | 0.88 | 0.42 | 0 | 0.18 | 208.37 | 0.79 | 0.46 |
| Hex | 19 | 7A | D1 | 58 | 2A | 0 | 12 | D0 | 4F | 2E |
| Octal | 31 | 172 | 321 | 130 | 52 | 0 | 22 | 320 | 117 | 56 |
| Binary | 11001 | 1111010 | 11010001 | 1011000 | 101010 | 0 | 10010 | 11010000 | 1001111 | 101110 |
Color Harmonies of #197AD1
Complementary color
Monochromatic Colors of #197AD1
Black with #197AD1
Text Example
Text Example
White with #197AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AD1; }
p { color: rgb(25,122,209); }
H1.HeaderClassName
{
color: #197AD1;
}
.AnyTagClassName
{
color: #197AD1;
}
</style>
background-color css
<style>
a { background-color: #197AD1; }
a { background-color: rgb(25,122,209); }
div.DivClassName
{
background-color: #197AD1;
}
.BgClassName
{
background-color: #197AD1;
}
</style>
border-color css
<style>
span { border-color: #197AD1; }
span { border-color: rgb(25,122,209); }
td.TdClassName
{
border-color: #197AD1;
}
.TagClassName
{
border-color: #197AD1;
}
</style>