Shades of Navy Blue #197FD1
Tints of Navy Blue #197FD1
RGB
CMYK
RGB Variations
Color information
#197FD1 (or 0x197FD1) is known color: Navy Blue. HEX triplet: 19, 7F and D1. RGB value is (25,127,209). Sum of RGB (Red+Green+Blue) = 25+127+209=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #197FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FD1 is #E6802E. Grayscale: #696969. Windows color (decimal): -15106095 or 13729561. OLE color: 13729561.
HSL color Cylindrical-coordinate representation of color #197FD1: hue angle of 206.74º 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 #197FD1 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 127 | 209 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.18 |
| HSL | 206.74º | 0.79% | 0.46% | - |
| HSV(B) | 206.74º | 0.88% | 0.82% | - |
| XYZ | 19.5 | 19.99 | 63.15 | - |
| YUV | 105.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 209 | 0.88 | 0.39 | 0 | 0.18 | 206.74 | 0.79 | 0.46 |
| Hex | 19 | 7F | D1 | 58 | 27 | 0 | 12 | CF | 4F | 2E |
| Octal | 31 | 177 | 321 | 130 | 47 | 0 | 22 | 317 | 117 | 56 |
| Binary | 11001 | 1111111 | 11010001 | 1011000 | 100111 | 0 | 10010 | 11001111 | 1001111 | 101110 |
Color Harmonies of #197FD1
Complementary color
Monochromatic Colors of #197FD1
Black with #197FD1
Text Example
Text Example
White with #197FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FD1; }
p { color: rgb(25,127,209); }
H1.HeaderClassName
{
color: #197FD1;
}
.AnyTagClassName
{
color: #197FD1;
}
</style>
background-color css
<style>
a { background-color: #197FD1; }
a { background-color: rgb(25,127,209); }
div.DivClassName
{
background-color: #197FD1;
}
.BgClassName
{
background-color: #197FD1;
}
</style>
border-color css
<style>
span { border-color: #197FD1; }
span { border-color: rgb(25,127,209); }
td.TdClassName
{
border-color: #197FD1;
}
.TagClassName
{
border-color: #197FD1;
}
</style>