Shades of Navy Blue #197BDF
Tints of Navy Blue #197BDF
RGB
CMYK
RGB Variations
Color information
#197BDF (or 0x197BDF) is known color: Navy Blue. HEX triplet: 19, 7B and DF. RGB value is (25,123,223). Sum of RGB (Red+Green+Blue) = 25+123+223=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #197BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BDF is #E68420. Grayscale: #686868. Windows color (decimal): -15107105 or 14646041. OLE color: 14646041.
HSL color Cylindrical-coordinate representation of color #197BDF: hue angle of 210.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BDF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 123 | 223 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.13 |
| HSL | 210.3º | 0.8% | 0.49% | - |
| HSV(B) | 210.3º | 0.89% | 0.87% | - |
| XYZ | 20.8 | 19.7 | 72.52 | - |
| YUV | 105.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 223 | 0.89 | 0.45 | 0 | 0.13 | 210.3 | 0.8 | 0.49 |
| Hex | 19 | 7B | DF | 59 | 2D | 0 | D | D2 | 50 | 31 |
| Octal | 31 | 173 | 337 | 131 | 55 | 0 | 15 | 322 | 120 | 61 |
| Binary | 11001 | 1111011 | 11011111 | 1011001 | 101101 | 0 | 1101 | 11010010 | 1010000 | 110001 |
Color Harmonies of #197BDF
Complementary color
Monochromatic Colors of #197BDF
Black with #197BDF
Text Example
Text Example
White with #197BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BDF; }
p { color: rgb(25,123,223); }
H1.HeaderClassName
{
color: #197BDF;
}
.AnyTagClassName
{
color: #197BDF;
}
</style>
background-color css
<style>
a { background-color: #197BDF; }
a { background-color: rgb(25,123,223); }
div.DivClassName
{
background-color: #197BDF;
}
.BgClassName
{
background-color: #197BDF;
}
</style>
border-color css
<style>
span { border-color: #197BDF; }
span { border-color: rgb(25,123,223); }
td.TdClassName
{
border-color: #197BDF;
}
.TagClassName
{
border-color: #197BDF;
}
</style>