Shades of Navy Blue #197BCF
Tints of Navy Blue #197BCF
RGB
CMYK
RGB Variations
Color information
#197BCF (or 0x197BCF) is known color: Navy Blue. HEX triplet: 19, 7B and CF. RGB value is (25,123,207). Sum of RGB (Red+Green+Blue) = 25+123+207=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #197BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCF is #E68430. Grayscale: #666666. Windows color (decimal): -15107121 or 13597465. OLE color: 13597465.
HSL color Cylindrical-coordinate representation of color #197BCF: hue angle of 207.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197BCF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 123 | 207 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.19 |
| HSL | 207.69º | 0.78% | 0.45% | - |
| HSV(B) | 207.69º | 0.88% | 0.81% | - |
| XYZ | 18.75 | 18.88 | 61.69 | - |
| YUV | 103.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 207 | 0.88 | 0.41 | 0 | 0.19 | 207.69 | 0.78 | 0.45 |
| Hex | 19 | 7B | CF | 58 | 29 | 0 | 13 | D0 | 4E | 2D |
| Octal | 31 | 173 | 317 | 130 | 51 | 0 | 23 | 320 | 116 | 55 |
| Binary | 11001 | 1111011 | 11001111 | 1011000 | 101001 | 0 | 10011 | 11010000 | 1001110 | 101101 |
Color Harmonies of #197BCF
Complementary color
Monochromatic Colors of #197BCF
Black with #197BCF
Text Example
Text Example
White with #197BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BCF; }
p { color: rgb(25,123,207); }
H1.HeaderClassName
{
color: #197BCF;
}
.AnyTagClassName
{
color: #197BCF;
}
</style>
background-color css
<style>
a { background-color: #197BCF; }
a { background-color: rgb(25,123,207); }
div.DivClassName
{
background-color: #197BCF;
}
.BgClassName
{
background-color: #197BCF;
}
</style>
border-color css
<style>
span { border-color: #197BCF; }
span { border-color: rgb(25,123,207); }
td.TdClassName
{
border-color: #197BCF;
}
.TagClassName
{
border-color: #197BCF;
}
</style>