Shades of Navy Blue #196EE6
Tints of Navy Blue #196EE6
RGB
CMYK
RGB Variations
Color information
#196EE6 (or 0x196EE6) is known color: Navy Blue. HEX triplet: 19, 6E and E6. RGB value is (25,110,230). Sum of RGB (Red+Green+Blue) = 25+110+230=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #196EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196EE6 is #E69119. Grayscale: #616161. Windows color (decimal): -15110426 or 15101465. OLE color: 15101465.
HSL color Cylindrical-coordinate representation of color #196EE6: hue angle of 215.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196EE6 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 110 | 230 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.10 |
| HSL | 215.12º | 0.8% | 0.5% | - |
| HSV(B) | 215.12º | 0.89% | 0.9% | - |
| XYZ | 20.26 | 17.07 | 77.09 | - |
| YUV | 98.27 | 202.34 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 230 | 0.89 | 0.52 | 0 | 0.10 | 215.12 | 0.8 | 0.5 |
| Hex | 19 | 6E | E6 | 59 | 34 | 0 | A | D7 | 50 | 32 |
| Octal | 31 | 156 | 346 | 131 | 64 | 0 | 12 | 327 | 120 | 62 |
| Binary | 11001 | 1101110 | 11100110 | 1011001 | 110100 | 0 | 1010 | 11010111 | 1010000 | 110010 |
Color Harmonies of #196EE6
Complementary color
Monochromatic Colors of #196EE6
Black with #196EE6
Text Example
Text Example
White with #196EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196EE6; }
p { color: rgb(25,110,230); }
H1.HeaderClassName
{
color: #196EE6;
}
.AnyTagClassName
{
color: #196EE6;
}
</style>
background-color css
<style>
a { background-color: #196EE6; }
a { background-color: rgb(25,110,230); }
div.DivClassName
{
background-color: #196EE6;
}
.BgClassName
{
background-color: #196EE6;
}
</style>
border-color css
<style>
span { border-color: #196EE6; }
span { border-color: rgb(25,110,230); }
td.TdClassName
{
border-color: #196EE6;
}
.TagClassName
{
border-color: #196EE6;
}
</style>