Shades of Navy Blue #196ADE
Tints of Navy Blue #196ADE
RGB
CMYK
RGB Variations
Color information
#196ADE (or 0x196ADE) is known color: Navy Blue. HEX triplet: 19, 6A and DE. RGB value is (25,106,222). Sum of RGB (Red+Green+Blue) = 25+106+222=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #196ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ADE is #E69521. Grayscale: #5E5E5E. Windows color (decimal): -15111458 or 14576153. OLE color: 14576153.
HSL color Cylindrical-coordinate representation of color #196ADE: hue angle of 215.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196ADE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 106 | 222 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.13 |
| HSL | 215.33º | 0.8% | 0.48% | - |
| HSV(B) | 215.33º | 0.89% | 0.87% | - |
| XYZ | 18.74 | 15.79 | 71.17 | - |
| YUV | 95.01 | 199.66 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 222 | 0.89 | 0.52 | 0 | 0.13 | 215.33 | 0.8 | 0.48 |
| Hex | 19 | 6A | DE | 59 | 34 | 0 | D | D7 | 50 | 30 |
| Octal | 31 | 152 | 336 | 131 | 64 | 0 | 15 | 327 | 120 | 60 |
| Binary | 11001 | 1101010 | 11011110 | 1011001 | 110100 | 0 | 1101 | 11010111 | 1010000 | 110000 |
Color Harmonies of #196ADE
Complementary color
Monochromatic Colors of #196ADE
Black with #196ADE
Text Example
Text Example
White with #196ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ADE; }
p { color: rgb(25,106,222); }
H1.HeaderClassName
{
color: #196ADE;
}
.AnyTagClassName
{
color: #196ADE;
}
</style>
background-color css
<style>
a { background-color: #196ADE; }
a { background-color: rgb(25,106,222); }
div.DivClassName
{
background-color: #196ADE;
}
.BgClassName
{
background-color: #196ADE;
}
</style>
border-color css
<style>
span { border-color: #196ADE; }
span { border-color: rgb(25,106,222); }
td.TdClassName
{
border-color: #196ADE;
}
.TagClassName
{
border-color: #196ADE;
}
</style>