Shades of Navy Blue #197BCE
Tints of Navy Blue #197BCE
RGB
CMYK
RGB Variations
Color information
#197BCE (or 0x197BCE) is known color: Navy Blue. HEX triplet: 19, 7B and CE. RGB value is (25,123,206). Sum of RGB (Red+Green+Blue) = 25+123+206=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #197BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCE is #E68431. Grayscale: #666666. Windows color (decimal): -15107122 or 13531929. OLE color: 13531929.
HSL color Cylindrical-coordinate representation of color #197BCE: hue angle of 207.51º 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 #197BCE is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 123 | 206 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.19 |
| HSL | 207.51º | 0.78% | 0.45% | - |
| HSV(B) | 207.51º | 0.88% | 0.81% | - |
| XYZ | 18.62 | 18.83 | 61.05 | - |
| YUV | 103.16 | 186.03 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 206 | 0.88 | 0.40 | 0 | 0.19 | 207.51 | 0.78 | 0.45 |
| Hex | 19 | 7B | CE | 58 | 28 | 0 | 13 | D0 | 4E | 2D |
| Octal | 31 | 173 | 316 | 130 | 50 | 0 | 23 | 320 | 116 | 55 |
| Binary | 11001 | 1111011 | 11001110 | 1011000 | 101000 | 0 | 10011 | 11010000 | 1001110 | 101101 |
Color Harmonies of #197BCE
Complementary color
Monochromatic Colors of #197BCE
Black with #197BCE
Text Example
Text Example
White with #197BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BCE; }
p { color: rgb(25,123,206); }
H1.HeaderClassName
{
color: #197BCE;
}
.AnyTagClassName
{
color: #197BCE;
}
</style>
background-color css
<style>
a { background-color: #197BCE; }
a { background-color: rgb(25,123,206); }
div.DivClassName
{
background-color: #197BCE;
}
.BgClassName
{
background-color: #197BCE;
}
</style>
border-color css
<style>
span { border-color: #197BCE; }
span { border-color: rgb(25,123,206); }
td.TdClassName
{
border-color: #197BCE;
}
.TagClassName
{
border-color: #197BCE;
}
</style>