Shades of Navy Blue #197ECD
Tints of Navy Blue #197ECD
RGB
CMYK
RGB Variations
Color information
#197ECD (or 0x197ECD) is known color: Navy Blue. HEX triplet: 19, 7E and CD. RGB value is (25,126,205). Sum of RGB (Red+Green+Blue) = 25+126+205=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #197ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ECD is #E68132. Grayscale: #686868. Windows color (decimal): -15106355 or 13467161. OLE color: 13467161.
HSL color Cylindrical-coordinate representation of color #197ECD: hue angle of 206.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197ECD is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 126 | 205 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.20 |
| HSL | 206.33º | 0.78% | 0.45% | - |
| HSV(B) | 206.33º | 0.88% | 0.8% | - |
| XYZ | 18.88 | 19.54 | 60.53 | - |
| YUV | 104.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 205 | 0.88 | 0.39 | 0 | 0.20 | 206.33 | 0.78 | 0.45 |
| Hex | 19 | 7E | CD | 58 | 27 | 0 | 14 | CE | 4E | 2D |
| Octal | 31 | 176 | 315 | 130 | 47 | 0 | 24 | 316 | 116 | 55 |
| Binary | 11001 | 1111110 | 11001101 | 1011000 | 100111 | 0 | 10100 | 11001110 | 1001110 | 101101 |
Color Harmonies of #197ECD
Complementary color
Monochromatic Colors of #197ECD
Black with #197ECD
Text Example
Text Example
White with #197ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197ECD; }
p { color: rgb(25,126,205); }
H1.HeaderClassName
{
color: #197ECD;
}
.AnyTagClassName
{
color: #197ECD;
}
</style>
background-color css
<style>
a { background-color: #197ECD; }
a { background-color: rgb(25,126,205); }
div.DivClassName
{
background-color: #197ECD;
}
.BgClassName
{
background-color: #197ECD;
}
</style>
border-color css
<style>
span { border-color: #197ECD; }
span { border-color: rgb(25,126,205); }
td.TdClassName
{
border-color: #197ECD;
}
.TagClassName
{
border-color: #197ECD;
}
</style>