Shades of Navy Blue #197CDA
Tints of Navy Blue #197CDA
RGB
CMYK
RGB Variations
Color information
#197CDA (or 0x197CDA) is known color: Navy Blue. HEX triplet: 19, 7C and DA. RGB value is (25,124,218). Sum of RGB (Red+Green+Blue) = 25+124+218=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #197CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CDA is #E68325. Grayscale: #686868. Windows color (decimal): -15106854 or 14318617. OLE color: 14318617.
HSL color Cylindrical-coordinate representation of color #197CDA: hue angle of 209.22º 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 #197CDA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 124 | 218 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.15 |
| HSL | 209.22º | 0.79% | 0.48% | - |
| HSV(B) | 209.22º | 0.89% | 0.85% | - |
| XYZ | 20.26 | 19.68 | 69.06 | - |
| YUV | 105.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 218 | 0.89 | 0.43 | 0 | 0.15 | 209.22 | 0.79 | 0.48 |
| Hex | 19 | 7C | DA | 59 | 2B | 0 | F | D1 | 4F | 30 |
| Octal | 31 | 174 | 332 | 131 | 53 | 0 | 17 | 321 | 117 | 60 |
| Binary | 11001 | 1111100 | 11011010 | 1011001 | 101011 | 0 | 1111 | 11010001 | 1001111 | 110000 |
Color Harmonies of #197CDA
Complementary color
Monochromatic Colors of #197CDA
Black with #197CDA
Text Example
Text Example
White with #197CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CDA; }
p { color: rgb(25,124,218); }
H1.HeaderClassName
{
color: #197CDA;
}
.AnyTagClassName
{
color: #197CDA;
}
</style>
background-color css
<style>
a { background-color: #197CDA; }
a { background-color: rgb(25,124,218); }
div.DivClassName
{
background-color: #197CDA;
}
.BgClassName
{
background-color: #197CDA;
}
</style>
border-color css
<style>
span { border-color: #197CDA; }
span { border-color: rgb(25,124,218); }
td.TdClassName
{
border-color: #197CDA;
}
.TagClassName
{
border-color: #197CDA;
}
</style>