Shades of Navy Blue #196FDA
Tints of Navy Blue #196FDA
RGB
CMYK
RGB Variations
Color information
#196FDA (or 0x196FDA) is known color: Navy Blue. HEX triplet: 19, 6F and DA. RGB value is (25,111,218). Sum of RGB (Red+Green+Blue) = 25+111+218=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #196FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FDA is #E69025. Grayscale: #606060. Windows color (decimal): -15110182 or 14315289. OLE color: 14315289.
HSL color Cylindrical-coordinate representation of color #196FDA: hue angle of 213.26º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FDA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 111 | 218 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.15 |
| HSL | 213.26º | 0.79% | 0.48% | - |
| HSV(B) | 213.26º | 0.89% | 0.85% | - |
| XYZ | 18.74 | 16.64 | 68.55 | - |
| YUV | 97.48 | 196.01 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 218 | 0.89 | 0.49 | 0 | 0.15 | 213.26 | 0.79 | 0.48 |
| Hex | 19 | 6F | DA | 59 | 31 | 0 | F | D5 | 4F | 30 |
| Octal | 31 | 157 | 332 | 131 | 61 | 0 | 17 | 325 | 117 | 60 |
| Binary | 11001 | 1101111 | 11011010 | 1011001 | 110001 | 0 | 1111 | 11010101 | 1001111 | 110000 |
Color Harmonies of #196FDA
Complementary color
Monochromatic Colors of #196FDA
Black with #196FDA
Text Example
Text Example
White with #196FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FDA; }
p { color: rgb(25,111,218); }
H1.HeaderClassName
{
color: #196FDA;
}
.AnyTagClassName
{
color: #196FDA;
}
</style>
background-color css
<style>
a { background-color: #196FDA; }
a { background-color: rgb(25,111,218); }
div.DivClassName
{
background-color: #196FDA;
}
.BgClassName
{
background-color: #196FDA;
}
</style>
border-color css
<style>
span { border-color: #196FDA; }
span { border-color: rgb(25,111,218); }
td.TdClassName
{
border-color: #196FDA;
}
.TagClassName
{
border-color: #196FDA;
}
</style>