Shades of Navy Blue #197BD5
Tints of Navy Blue #197BD5
RGB
CMYK
RGB Variations
Color information
#197BD5 (or 0x197BD5) is known color: Navy Blue. HEX triplet: 19, 7B and D5. RGB value is (25,123,213). Sum of RGB (Red+Green+Blue) = 25+123+213=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #197BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BD5 is #E6842A. Grayscale: #676767. Windows color (decimal): -15107115 or 13990681. OLE color: 13990681.
HSL color Cylindrical-coordinate representation of color #197BD5: hue angle of 208.72º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197BD5 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 123 | 213 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.16 |
| HSL | 208.72º | 0.79% | 0.47% | - |
| HSV(B) | 208.72º | 0.88% | 0.84% | - |
| XYZ | 19.49 | 19.18 | 65.62 | - |
| YUV | 103.96 | 189.53 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 213 | 0.88 | 0.42 | 0 | 0.16 | 208.72 | 0.79 | 0.47 |
| Hex | 19 | 7B | D5 | 58 | 2A | 0 | 10 | D1 | 4F | 2F |
| Octal | 31 | 173 | 325 | 130 | 52 | 0 | 20 | 321 | 117 | 57 |
| Binary | 11001 | 1111011 | 11010101 | 1011000 | 101010 | 0 | 10000 | 11010001 | 1001111 | 101111 |
Color Harmonies of #197BD5
Complementary color
Monochromatic Colors of #197BD5
Black with #197BD5
Text Example
Text Example
White with #197BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BD5; }
p { color: rgb(25,123,213); }
H1.HeaderClassName
{
color: #197BD5;
}
.AnyTagClassName
{
color: #197BD5;
}
</style>
background-color css
<style>
a { background-color: #197BD5; }
a { background-color: rgb(25,123,213); }
div.DivClassName
{
background-color: #197BD5;
}
.BgClassName
{
background-color: #197BD5;
}
</style>
border-color css
<style>
span { border-color: #197BD5; }
span { border-color: rgb(25,123,213); }
td.TdClassName
{
border-color: #197BD5;
}
.TagClassName
{
border-color: #197BD5;
}
</style>