Shades of Navy Blue #197FDB
Tints of Navy Blue #197FDB
RGB
CMYK
RGB Variations
Color information
#197FDB (or 0x197FDB) is known color: Navy Blue. HEX triplet: 19, 7F and DB. RGB value is (25,127,219). Sum of RGB (Red+Green+Blue) = 25+127+219=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #197FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FDB is #E68024. Grayscale: #6A6A6A. Windows color (decimal): -15106085 or 14384921. OLE color: 14384921.
HSL color Cylindrical-coordinate representation of color #197FDB: hue angle of 208.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197FDB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 127 | 219 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.14 |
| HSL | 208.45º | 0.8% | 0.48% | - |
| HSV(B) | 208.45º | 0.89% | 0.86% | - |
| XYZ | 20.78 | 20.5 | 69.88 | - |
| YUV | 106.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 219 | 0.89 | 0.42 | 0 | 0.14 | 208.45 | 0.8 | 0.48 |
| Hex | 19 | 7F | DB | 59 | 2A | 0 | E | D0 | 50 | 30 |
| Octal | 31 | 177 | 333 | 131 | 52 | 0 | 16 | 320 | 120 | 60 |
| Binary | 11001 | 1111111 | 11011011 | 1011001 | 101010 | 0 | 1110 | 11010000 | 1010000 | 110000 |
Color Harmonies of #197FDB
Complementary color
Monochromatic Colors of #197FDB
Black with #197FDB
Text Example
Text Example
White with #197FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FDB; }
p { color: rgb(25,127,219); }
H1.HeaderClassName
{
color: #197FDB;
}
.AnyTagClassName
{
color: #197FDB;
}
</style>
background-color css
<style>
a { background-color: #197FDB; }
a { background-color: rgb(25,127,219); }
div.DivClassName
{
background-color: #197FDB;
}
.BgClassName
{
background-color: #197FDB;
}
</style>
border-color css
<style>
span { border-color: #197FDB; }
span { border-color: rgb(25,127,219); }
td.TdClassName
{
border-color: #197FDB;
}
.TagClassName
{
border-color: #197FDB;
}
</style>