Shades of Navy Blue #197ED5
Tints of Navy Blue #197ED5
RGB
CMYK
RGB Variations
Color information
#197ED5 (or 0x197ED5) is known color: Navy Blue. HEX triplet: 19, 7E and D5. RGB value is (25,126,213). Sum of RGB (Red+Green+Blue) = 25+126+213=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #197ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ED5 is #E6812A. Grayscale: #696969. Windows color (decimal): -15106347 or 13991449. OLE color: 13991449.
HSL color Cylindrical-coordinate representation of color #197ED5: hue angle of 207.77º 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 #197ED5 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 126 | 213 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.16 |
| HSL | 207.77º | 0.79% | 0.47% | - |
| HSV(B) | 207.77º | 0.88% | 0.84% | - |
| XYZ | 19.87 | 19.93 | 65.75 | - |
| YUV | 105.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 213 | 0.88 | 0.41 | 0 | 0.16 | 207.77 | 0.79 | 0.47 |
| Hex | 19 | 7E | D5 | 58 | 29 | 0 | 10 | D0 | 4F | 2F |
| Octal | 31 | 176 | 325 | 130 | 51 | 0 | 20 | 320 | 117 | 57 |
| Binary | 11001 | 1111110 | 11010101 | 1011000 | 101001 | 0 | 10000 | 11010000 | 1001111 | 101111 |
Color Harmonies of #197ED5
Complementary color
Monochromatic Colors of #197ED5
Black with #197ED5
Text Example
Text Example
White with #197ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197ED5; }
p { color: rgb(25,126,213); }
H1.HeaderClassName
{
color: #197ED5;
}
.AnyTagClassName
{
color: #197ED5;
}
</style>
background-color css
<style>
a { background-color: #197ED5; }
a { background-color: rgb(25,126,213); }
div.DivClassName
{
background-color: #197ED5;
}
.BgClassName
{
background-color: #197ED5;
}
</style>
border-color css
<style>
span { border-color: #197ED5; }
span { border-color: rgb(25,126,213); }
td.TdClassName
{
border-color: #197ED5;
}
.TagClassName
{
border-color: #197ED5;
}
</style>