Shades of Navy Blue #197FCC
Tints of Navy Blue #197FCC
RGB
CMYK
RGB Variations
Color information
#197FCC (or 0x197FCC) is known color: Navy Blue. HEX triplet: 19, 7F and CC. RGB value is (25,127,204). Sum of RGB (Red+Green+Blue) = 25+127+204=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #197FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FCC is #E68033. Grayscale: #686868. Windows color (decimal): -15106100 or 13401881. OLE color: 13401881.
HSL color Cylindrical-coordinate representation of color #197FCC: hue angle of 205.81º 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 #197FCC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 127 | 204 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.2 |
| HSL | 205.81º | 0.78% | 0.45% | - |
| HSV(B) | 205.81º | 0.88% | 0.8% | - |
| XYZ | 18.89 | 19.75 | 59.94 | - |
| YUV | 105.28 | 183.71 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 204 | 0.88 | 0.38 | 0 | 0.2 | 205.81 | 0.78 | 0.45 |
| Hex | 19 | 7F | CC | 58 | 26 | 0 | 14 | CE | 4E | 2D |
| Octal | 31 | 177 | 314 | 130 | 46 | 0 | 24 | 316 | 116 | 55 |
| Binary | 11001 | 1111111 | 11001100 | 1011000 | 100110 | 0 | 10100 | 11001110 | 1001110 | 101101 |
Color Harmonies of #197FCC
Complementary color
Monochromatic Colors of #197FCC
Black with #197FCC
Text Example
Text Example
White with #197FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FCC; }
p { color: rgb(25,127,204); }
H1.HeaderClassName
{
color: #197FCC;
}
.AnyTagClassName
{
color: #197FCC;
}
</style>
background-color css
<style>
a { background-color: #197FCC; }
a { background-color: rgb(25,127,204); }
div.DivClassName
{
background-color: #197FCC;
}
.BgClassName
{
background-color: #197FCC;
}
</style>
border-color css
<style>
span { border-color: #197FCC; }
span { border-color: rgb(25,127,204); }
td.TdClassName
{
border-color: #197FCC;
}
.TagClassName
{
border-color: #197FCC;
}
</style>