Shades of Navy Blue #197ADF
Tints of Navy Blue #197ADF
RGB
CMYK
RGB Variations
Color information
#197ADF (or 0x197ADF) is known color: Navy Blue. HEX triplet: 19, 7A and DF. RGB value is (25,122,223). Sum of RGB (Red+Green+Blue) = 25+122+223=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #197ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ADF is #E68520. Grayscale: #686868. Windows color (decimal): -15107361 or 14645785. OLE color: 14645785.
HSL color Cylindrical-coordinate representation of color #197ADF: hue angle of 210.61º 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 #197ADF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 122 | 223 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.13 |
| HSL | 210.61º | 0.8% | 0.49% | - |
| HSV(B) | 210.61º | 0.89% | 0.87% | - |
| XYZ | 20.68 | 19.45 | 72.48 | - |
| YUV | 104.51 | 194.86 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 223 | 0.89 | 0.45 | 0 | 0.13 | 210.61 | 0.8 | 0.49 |
| Hex | 19 | 7A | DF | 59 | 2D | 0 | D | D3 | 50 | 31 |
| Octal | 31 | 172 | 337 | 131 | 55 | 0 | 15 | 323 | 120 | 61 |
| Binary | 11001 | 1111010 | 11011111 | 1011001 | 101101 | 0 | 1101 | 11010011 | 1010000 | 110001 |
Color Harmonies of #197ADF
Complementary color
Monochromatic Colors of #197ADF
Black with #197ADF
Text Example
Text Example
White with #197ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197ADF; }
p { color: rgb(25,122,223); }
H1.HeaderClassName
{
color: #197ADF;
}
.AnyTagClassName
{
color: #197ADF;
}
</style>
background-color css
<style>
a { background-color: #197ADF; }
a { background-color: rgb(25,122,223); }
div.DivClassName
{
background-color: #197ADF;
}
.BgClassName
{
background-color: #197ADF;
}
</style>
border-color css
<style>
span { border-color: #197ADF; }
span { border-color: rgb(25,122,223); }
td.TdClassName
{
border-color: #197ADF;
}
.TagClassName
{
border-color: #197ADF;
}
</style>