Shades of Navy Blue #197FDC
Tints of Navy Blue #197FDC
RGB
CMYK
RGB Variations
Color information
#197FDC (or 0x197FDC) is known color: Navy Blue. HEX triplet: 19, 7F and DC. RGB value is (25,127,220). Sum of RGB (Red+Green+Blue) = 25+127+220=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #197FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FDC is #E68023. Grayscale: #6A6A6A. Windows color (decimal): -15106084 or 14450457. OLE color: 14450457.
HSL color Cylindrical-coordinate representation of color #197FDC: hue angle of 208.62º 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 #197FDC is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 127 | 220 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.14 |
| HSL | 208.62º | 0.8% | 0.48% | - |
| HSV(B) | 208.62º | 0.89% | 0.86% | - |
| XYZ | 20.91 | 20.55 | 70.58 | - |
| YUV | 107.1 | 191.71 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 220 | 0.89 | 0.42 | 0 | 0.14 | 208.62 | 0.8 | 0.48 |
| Hex | 19 | 7F | DC | 59 | 2A | 0 | E | D1 | 50 | 30 |
| Octal | 31 | 177 | 334 | 131 | 52 | 0 | 16 | 321 | 120 | 60 |
| Binary | 11001 | 1111111 | 11011100 | 1011001 | 101010 | 0 | 1110 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197FDC
Complementary color
Monochromatic Colors of #197FDC
Black with #197FDC
Text Example
Text Example
White with #197FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FDC; }
p { color: rgb(25,127,220); }
H1.HeaderClassName
{
color: #197FDC;
}
.AnyTagClassName
{
color: #197FDC;
}
</style>
background-color css
<style>
a { background-color: #197FDC; }
a { background-color: rgb(25,127,220); }
div.DivClassName
{
background-color: #197FDC;
}
.BgClassName
{
background-color: #197FDC;
}
</style>
border-color css
<style>
span { border-color: #197FDC; }
span { border-color: rgb(25,127,220); }
td.TdClassName
{
border-color: #197FDC;
}
.TagClassName
{
border-color: #197FDC;
}
</style>