Shades of Navy Blue #197DD3
Tints of Navy Blue #197DD3
RGB
CMYK
RGB Variations
Color information
#197DD3 (or 0x197DD3) is known color: Navy Blue. HEX triplet: 19, 7D and D3. RGB value is (25,125,211). Sum of RGB (Red+Green+Blue) = 25+125+211=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #197DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DD3 is #E6822C. Grayscale: #686868. Windows color (decimal): -15106605 or 13860121. OLE color: 13860121.
HSL color Cylindrical-coordinate representation of color #197DD3: hue angle of 207.74º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197DD3 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 125 | 211 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.17 |
| HSL | 207.74º | 0.79% | 0.46% | - |
| HSV(B) | 207.74º | 0.88% | 0.83% | - |
| XYZ | 19.49 | 19.58 | 64.38 | - |
| YUV | 104.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 211 | 0.88 | 0.41 | 0 | 0.17 | 207.74 | 0.79 | 0.46 |
| Hex | 19 | 7D | D3 | 58 | 29 | 0 | 11 | D0 | 4F | 2E |
| Octal | 31 | 175 | 323 | 130 | 51 | 0 | 21 | 320 | 117 | 56 |
| Binary | 11001 | 1111101 | 11010011 | 1011000 | 101001 | 0 | 10001 | 11010000 | 1001111 | 101110 |
Color Harmonies of #197DD3
Complementary color
Monochromatic Colors of #197DD3
Black with #197DD3
Text Example
Text Example
White with #197DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DD3; }
p { color: rgb(25,125,211); }
H1.HeaderClassName
{
color: #197DD3;
}
.AnyTagClassName
{
color: #197DD3;
}
</style>
background-color css
<style>
a { background-color: #197DD3; }
a { background-color: rgb(25,125,211); }
div.DivClassName
{
background-color: #197DD3;
}
.BgClassName
{
background-color: #197DD3;
}
</style>
border-color css
<style>
span { border-color: #197DD3; }
span { border-color: rgb(25,125,211); }
td.TdClassName
{
border-color: #197DD3;
}
.TagClassName
{
border-color: #197DD3;
}
</style>