Shades of Navy Blue #196FDE
Tints of Navy Blue #196FDE
RGB
CMYK
RGB Variations
Color information
#196FDE (or 0x196FDE) is known color: Navy Blue. HEX triplet: 19, 6F and DE. RGB value is (25,111,222). Sum of RGB (Red+Green+Blue) = 25+111+222=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #196FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FDE is #E69021. Grayscale: #616161. Windows color (decimal): -15110178 or 14577433. OLE color: 14577433.
HSL color Cylindrical-coordinate representation of color #196FDE: hue angle of 213.81º 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 #196FDE is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 111 | 222 | - |
| CMYK | 0.89 | 0.5 | 0 | 0.13 |
| HSL | 213.81º | 0.8% | 0.48% | - |
| HSV(B) | 213.81º | 0.89% | 0.87% | - |
| XYZ | 19.27 | 16.85 | 71.34 | - |
| YUV | 97.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 222 | 0.89 | 0.5 | 0 | 0.13 | 213.81 | 0.8 | 0.48 |
| Hex | 19 | 6F | DE | 59 | 32 | 0 | D | D6 | 50 | 30 |
| Octal | 31 | 157 | 336 | 131 | 62 | 0 | 15 | 326 | 120 | 60 |
| Binary | 11001 | 1101111 | 11011110 | 1011001 | 110010 | 0 | 1101 | 11010110 | 1010000 | 110000 |
Color Harmonies of #196FDE
Complementary color
Monochromatic Colors of #196FDE
Black with #196FDE
Text Example
Text Example
White with #196FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FDE; }
p { color: rgb(25,111,222); }
H1.HeaderClassName
{
color: #196FDE;
}
.AnyTagClassName
{
color: #196FDE;
}
</style>
background-color css
<style>
a { background-color: #196FDE; }
a { background-color: rgb(25,111,222); }
div.DivClassName
{
background-color: #196FDE;
}
.BgClassName
{
background-color: #196FDE;
}
</style>
border-color css
<style>
span { border-color: #196FDE; }
span { border-color: rgb(25,111,222); }
td.TdClassName
{
border-color: #196FDE;
}
.TagClassName
{
border-color: #196FDE;
}
</style>