Shades of Navy Blue #197BD7
Tints of Navy Blue #197BD7
RGB
CMYK
RGB Variations
Color information
#197BD7 (or 0x197BD7) is known color: Navy Blue. HEX triplet: 19, 7B and D7. RGB value is (25,123,215). Sum of RGB (Red+Green+Blue) = 25+123+215=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #197BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BD7 is #E68428. Grayscale: #676767. Windows color (decimal): -15107113 or 14121753. OLE color: 14121753.
HSL color Cylindrical-coordinate representation of color #197BD7: hue angle of 209.05º 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 #197BD7 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 123 | 215 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.16 |
| HSL | 209.05º | 0.79% | 0.47% | - |
| HSV(B) | 209.05º | 0.88% | 0.84% | - |
| XYZ | 19.75 | 19.28 | 66.97 | - |
| YUV | 104.19 | 190.53 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 215 | 0.88 | 0.43 | 0 | 0.16 | 209.05 | 0.79 | 0.47 |
| Hex | 19 | 7B | D7 | 58 | 2B | 0 | 10 | D1 | 4F | 2F |
| Octal | 31 | 173 | 327 | 130 | 53 | 0 | 20 | 321 | 117 | 57 |
| Binary | 11001 | 1111011 | 11010111 | 1011000 | 101011 | 0 | 10000 | 11010001 | 1001111 | 101111 |
Color Harmonies of #197BD7
Complementary color
Monochromatic Colors of #197BD7
Black with #197BD7
Text Example
Text Example
White with #197BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BD7; }
p { color: rgb(25,123,215); }
H1.HeaderClassName
{
color: #197BD7;
}
.AnyTagClassName
{
color: #197BD7;
}
</style>
background-color css
<style>
a { background-color: #197BD7; }
a { background-color: rgb(25,123,215); }
div.DivClassName
{
background-color: #197BD7;
}
.BgClassName
{
background-color: #197BD7;
}
</style>
border-color css
<style>
span { border-color: #197BD7; }
span { border-color: rgb(25,123,215); }
td.TdClassName
{
border-color: #197BD7;
}
.TagClassName
{
border-color: #197BD7;
}
</style>