Shades of Navy Blue #196BDB
Tints of Navy Blue #196BDB
RGB
CMYK
RGB Variations
Color information
#196BDB (or 0x196BDB) is known color: Navy Blue. HEX triplet: 19, 6B and DB. RGB value is (25,107,219). Sum of RGB (Red+Green+Blue) = 25+107+219=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #196BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BDB is #E69424. Grayscale: #5E5E5E. Windows color (decimal): -15111205 or 14379801. OLE color: 14379801.
HSL color Cylindrical-coordinate representation of color #196BDB: hue angle of 214.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196BDB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 107 | 219 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.64º | 0.8% | 0.48% | - |
| HSV(B) | 214.64º | 0.89% | 0.86% | - |
| XYZ | 18.44 | 15.84 | 69.1 | - |
| YUV | 95.25 | 197.83 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 219 | 0.89 | 0.51 | 0 | 0.14 | 214.64 | 0.8 | 0.48 |
| Hex | 19 | 6B | DB | 59 | 33 | 0 | E | D7 | 50 | 30 |
| Octal | 31 | 153 | 333 | 131 | 63 | 0 | 16 | 327 | 120 | 60 |
| Binary | 11001 | 1101011 | 11011011 | 1011001 | 110011 | 0 | 1110 | 11010111 | 1010000 | 110000 |
Color Harmonies of #196BDB
Complementary color
Monochromatic Colors of #196BDB
Black with #196BDB
Text Example
Text Example
White with #196BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BDB; }
p { color: rgb(25,107,219); }
H1.HeaderClassName
{
color: #196BDB;
}
.AnyTagClassName
{
color: #196BDB;
}
</style>
background-color css
<style>
a { background-color: #196BDB; }
a { background-color: rgb(25,107,219); }
div.DivClassName
{
background-color: #196BDB;
}
.BgClassName
{
background-color: #196BDB;
}
</style>
border-color css
<style>
span { border-color: #196BDB; }
span { border-color: rgb(25,107,219); }
td.TdClassName
{
border-color: #196BDB;
}
.TagClassName
{
border-color: #196BDB;
}
</style>