Shades of Navy Blue #196FDF
Tints of Navy Blue #196FDF
RGB
CMYK
RGB Variations
Color information
#196FDF (or 0x196FDF) is known color: Navy Blue. HEX triplet: 19, 6F and DF. RGB value is (25,111,223). Sum of RGB (Red+Green+Blue) = 25+111+223=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #196FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FDF is #E69020. Grayscale: #616161. Windows color (decimal): -15110177 or 14642969. OLE color: 14642969.
HSL color Cylindrical-coordinate representation of color #196FDF: hue angle of 213.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FDF is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 111 | 223 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.13 |
| HSL | 213.94º | 0.8% | 0.49% | - |
| HSV(B) | 213.94º | 0.89% | 0.87% | - |
| XYZ | 19.4 | 16.9 | 72.05 | - |
| YUV | 98.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 223 | 0.89 | 0.50 | 0 | 0.13 | 213.94 | 0.8 | 0.49 |
| Hex | 19 | 6F | DF | 59 | 32 | 0 | D | D6 | 50 | 31 |
| Octal | 31 | 157 | 337 | 131 | 62 | 0 | 15 | 326 | 120 | 61 |
| Binary | 11001 | 1101111 | 11011111 | 1011001 | 110010 | 0 | 1101 | 11010110 | 1010000 | 110001 |
Color Harmonies of #196FDF
Complementary color
Monochromatic Colors of #196FDF
Black with #196FDF
Text Example
Text Example
White with #196FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FDF; }
p { color: rgb(25,111,223); }
H1.HeaderClassName
{
color: #196FDF;
}
.AnyTagClassName
{
color: #196FDF;
}
</style>
background-color css
<style>
a { background-color: #196FDF; }
a { background-color: rgb(25,111,223); }
div.DivClassName
{
background-color: #196FDF;
}
.BgClassName
{
background-color: #196FDF;
}
</style>
border-color css
<style>
span { border-color: #196FDF; }
span { border-color: rgb(25,111,223); }
td.TdClassName
{
border-color: #196FDF;
}
.TagClassName
{
border-color: #196FDF;
}
</style>