Shades of Navy Blue #197FD3
Tints of Navy Blue #197FD3
RGB
CMYK
RGB Variations
Color information
#197FD3 (or 0x197FD3) is known color: Navy Blue. HEX triplet: 19, 7F and D3. RGB value is (25,127,211). Sum of RGB (Red+Green+Blue) = 25+127+211=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #197FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FD3 is #E6802C. Grayscale: #696969. Windows color (decimal): -15106093 or 13860633. OLE color: 13860633.
HSL color Cylindrical-coordinate representation of color #197FD3: hue angle of 207.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197FD3 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 127 | 211 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.17 |
| HSL | 207.1º | 0.79% | 0.46% | - |
| HSV(B) | 207.1º | 0.88% | 0.83% | - |
| XYZ | 19.75 | 20.09 | 64.46 | - |
| YUV | 106.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 211 | 0.88 | 0.40 | 0 | 0.17 | 207.1 | 0.79 | 0.46 |
| Hex | 19 | 7F | D3 | 58 | 28 | 0 | 11 | CF | 4F | 2E |
| Octal | 31 | 177 | 323 | 130 | 50 | 0 | 21 | 317 | 117 | 56 |
| Binary | 11001 | 1111111 | 11010011 | 1011000 | 101000 | 0 | 10001 | 11001111 | 1001111 | 101110 |
Color Harmonies of #197FD3
Complementary color
Monochromatic Colors of #197FD3
Black with #197FD3
Text Example
Text Example
White with #197FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FD3; }
p { color: rgb(25,127,211); }
H1.HeaderClassName
{
color: #197FD3;
}
.AnyTagClassName
{
color: #197FD3;
}
</style>
background-color css
<style>
a { background-color: #197FD3; }
a { background-color: rgb(25,127,211); }
div.DivClassName
{
background-color: #197FD3;
}
.BgClassName
{
background-color: #197FD3;
}
</style>
border-color css
<style>
span { border-color: #197FD3; }
span { border-color: rgb(25,127,211); }
td.TdClassName
{
border-color: #197FD3;
}
.TagClassName
{
border-color: #197FD3;
}
</style>