Shades of Navy Blue #197EDC
Tints of Navy Blue #197EDC
RGB
CMYK
RGB Variations
Color information
#197EDC (or 0x197EDC) is known color: Navy Blue. HEX triplet: 19, 7E and DC. RGB value is (25,126,220). Sum of RGB (Red+Green+Blue) = 25+126+220=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #197EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EDC is #E68123. Grayscale: #6A6A6A. Windows color (decimal): -15106340 or 14450201. OLE color: 14450201.
HSL color Cylindrical-coordinate representation of color #197EDC: hue angle of 208.92º 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 #197EDC is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 126 | 220 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.14 |
| HSL | 208.92º | 0.8% | 0.48% | - |
| HSV(B) | 208.92º | 0.89% | 0.86% | - |
| XYZ | 20.78 | 20.3 | 70.53 | - |
| YUV | 106.52 | 192.04 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 220 | 0.89 | 0.43 | 0 | 0.14 | 208.92 | 0.8 | 0.48 |
| Hex | 19 | 7E | DC | 59 | 2B | 0 | E | D1 | 50 | 30 |
| Octal | 31 | 176 | 334 | 131 | 53 | 0 | 16 | 321 | 120 | 60 |
| Binary | 11001 | 1111110 | 11011100 | 1011001 | 101011 | 0 | 1110 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197EDC
Complementary color
Monochromatic Colors of #197EDC
Black with #197EDC
Text Example
Text Example
White with #197EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EDC; }
p { color: rgb(25,126,220); }
H1.HeaderClassName
{
color: #197EDC;
}
.AnyTagClassName
{
color: #197EDC;
}
</style>
background-color css
<style>
a { background-color: #197EDC; }
a { background-color: rgb(25,126,220); }
div.DivClassName
{
background-color: #197EDC;
}
.BgClassName
{
background-color: #197EDC;
}
</style>
border-color css
<style>
span { border-color: #197EDC; }
span { border-color: rgb(25,126,220); }
td.TdClassName
{
border-color: #197EDC;
}
.TagClassName
{
border-color: #197EDC;
}
</style>