Shades of Navy Blue #196FE9
Tints of Navy Blue #196FE9
RGB
CMYK
RGB Variations
Color information
#196FE9 (or 0x196FE9) is known color: Navy Blue. HEX triplet: 19, 6F and E9. RGB value is (25,111,233). Sum of RGB (Red+Green+Blue) = 25+111+233=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #196FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FE9 is #E69016. Grayscale: #626262. Windows color (decimal): -15110167 or 15298329. OLE color: 15298329.
HSL color Cylindrical-coordinate representation of color #196FE9: hue angle of 215.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FE9 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 111 | 233 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.09 |
| HSL | 215.19º | 0.83% | 0.51% | - |
| HSV(B) | 215.19º | 0.89% | 0.91% | - |
| XYZ | 20.79 | 17.46 | 79.36 | - |
| YUV | 99.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 233 | 0.89 | 0.52 | 0 | 0.09 | 215.19 | 0.83 | 0.51 |
| Hex | 19 | 6F | E9 | 59 | 34 | 0 | 9 | D7 | 53 | 33 |
| Octal | 31 | 157 | 351 | 131 | 64 | 0 | 11 | 327 | 123 | 63 |
| Binary | 11001 | 1101111 | 11101001 | 1011001 | 110100 | 0 | 1001 | 11010111 | 1010011 | 110011 |
Color Harmonies of #196FE9
Complementary color
Monochromatic Colors of #196FE9
Black with #196FE9
Text Example
Text Example
White with #196FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FE9; }
p { color: rgb(25,111,233); }
H1.HeaderClassName
{
color: #196FE9;
}
.AnyTagClassName
{
color: #196FE9;
}
</style>
background-color css
<style>
a { background-color: #196FE9; }
a { background-color: rgb(25,111,233); }
div.DivClassName
{
background-color: #196FE9;
}
.BgClassName
{
background-color: #196FE9;
}
</style>
border-color css
<style>
span { border-color: #196FE9; }
span { border-color: rgb(25,111,233); }
td.TdClassName
{
border-color: #196FE9;
}
.TagClassName
{
border-color: #196FE9;
}
</style>