Shades of Navy Blue #197BDA
Tints of Navy Blue #197BDA
RGB
CMYK
RGB Variations
Color information
#197BDA (or 0x197BDA) is known color: Navy Blue. HEX triplet: 19, 7B and DA. RGB value is (25,123,218). Sum of RGB (Red+Green+Blue) = 25+123+218=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #197BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BDA is #E68425. Grayscale: #686868. Windows color (decimal): -15107110 or 14318361. OLE color: 14318361.
HSL color Cylindrical-coordinate representation of color #197BDA: hue angle of 209.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BDA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 123 | 218 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.15 |
| HSL | 209.53º | 0.79% | 0.48% | - |
| HSV(B) | 209.53º | 0.89% | 0.85% | - |
| XYZ | 20.14 | 19.43 | 69.02 | - |
| YUV | 104.53 | 192.03 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 218 | 0.89 | 0.44 | 0 | 0.15 | 209.53 | 0.79 | 0.48 |
| Hex | 19 | 7B | DA | 59 | 2C | 0 | F | D2 | 4F | 30 |
| Octal | 31 | 173 | 332 | 131 | 54 | 0 | 17 | 322 | 117 | 60 |
| Binary | 11001 | 1111011 | 11011010 | 1011001 | 101100 | 0 | 1111 | 11010010 | 1001111 | 110000 |
Color Harmonies of #197BDA
Complementary color
Monochromatic Colors of #197BDA
Black with #197BDA
Text Example
Text Example
White with #197BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BDA; }
p { color: rgb(25,123,218); }
H1.HeaderClassName
{
color: #197BDA;
}
.AnyTagClassName
{
color: #197BDA;
}
</style>
background-color css
<style>
a { background-color: #197BDA; }
a { background-color: rgb(25,123,218); }
div.DivClassName
{
background-color: #197BDA;
}
.BgClassName
{
background-color: #197BDA;
}
</style>
border-color css
<style>
span { border-color: #197BDA; }
span { border-color: rgb(25,123,218); }
td.TdClassName
{
border-color: #197BDA;
}
.TagClassName
{
border-color: #197BDA;
}
</style>