Shades of Navy Blue #197AD0
Tints of Navy Blue #197AD0
RGB
CMYK
RGB Variations
Color information
#197AD0 (or 0x197AD0) is known color: Navy Blue. HEX triplet: 19, 7A and D0. RGB value is (25,122,208). Sum of RGB (Red+Green+Blue) = 25+122+208=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #197AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD0 is #E6852F. Grayscale: #666666. Windows color (decimal): -15107376 or 13662745. OLE color: 13662745.
HSL color Cylindrical-coordinate representation of color #197AD0: hue angle of 208.2º 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 #197AD0 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 122 | 208 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.18 |
| HSL | 208.2º | 0.79% | 0.46% | - |
| HSV(B) | 208.2º | 0.88% | 0.82% | - |
| XYZ | 18.75 | 18.68 | 62.29 | - |
| YUV | 102.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 208 | 0.88 | 0.41 | 0 | 0.18 | 208.2 | 0.79 | 0.46 |
| Hex | 19 | 7A | D0 | 58 | 29 | 0 | 12 | D0 | 4F | 2E |
| Octal | 31 | 172 | 320 | 130 | 51 | 0 | 22 | 320 | 117 | 56 |
| Binary | 11001 | 1111010 | 11010000 | 1011000 | 101001 | 0 | 10010 | 11010000 | 1001111 | 101110 |
Color Harmonies of #197AD0
Complementary color
Monochromatic Colors of #197AD0
Black with #197AD0
Text Example
Text Example
White with #197AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AD0; }
p { color: rgb(25,122,208); }
H1.HeaderClassName
{
color: #197AD0;
}
.AnyTagClassName
{
color: #197AD0;
}
</style>
background-color css
<style>
a { background-color: #197AD0; }
a { background-color: rgb(25,122,208); }
div.DivClassName
{
background-color: #197AD0;
}
.BgClassName
{
background-color: #197AD0;
}
</style>
border-color css
<style>
span { border-color: #197AD0; }
span { border-color: rgb(25,122,208); }
td.TdClassName
{
border-color: #197AD0;
}
.TagClassName
{
border-color: #197AD0;
}
</style>