Shades of Navy Blue #196CDB
Tints of Navy Blue #196CDB
RGB
CMYK
RGB Variations
Color information
#196CDB (or 0x196CDB) is known color: Navy Blue. HEX triplet: 19, 6C and DB. RGB value is (25,108,219). Sum of RGB (Red+Green+Blue) = 25+108+219=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #196CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CDB is #E69324. Grayscale: #5F5F5F. Windows color (decimal): -15110949 or 14380057. OLE color: 14380057.
HSL color Cylindrical-coordinate representation of color #196CDB: hue angle of 214.33º 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 #196CDB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 108 | 219 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.33º | 0.8% | 0.48% | - |
| HSV(B) | 214.33º | 0.89% | 0.86% | - |
| XYZ | 18.55 | 16.05 | 69.14 | - |
| YUV | 95.84 | 197.5 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 219 | 0.89 | 0.51 | 0 | 0.14 | 214.33 | 0.8 | 0.48 |
| Hex | 19 | 6C | DB | 59 | 33 | 0 | E | D6 | 50 | 30 |
| Octal | 31 | 154 | 333 | 131 | 63 | 0 | 16 | 326 | 120 | 60 |
| Binary | 11001 | 1101100 | 11011011 | 1011001 | 110011 | 0 | 1110 | 11010110 | 1010000 | 110000 |
Color Harmonies of #196CDB
Complementary color
Monochromatic Colors of #196CDB
Black with #196CDB
Text Example
Text Example
White with #196CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CDB; }
p { color: rgb(25,108,219); }
H1.HeaderClassName
{
color: #196CDB;
}
.AnyTagClassName
{
color: #196CDB;
}
</style>
background-color css
<style>
a { background-color: #196CDB; }
a { background-color: rgb(25,108,219); }
div.DivClassName
{
background-color: #196CDB;
}
.BgClassName
{
background-color: #196CDB;
}
</style>
border-color css
<style>
span { border-color: #196CDB; }
span { border-color: rgb(25,108,219); }
td.TdClassName
{
border-color: #196CDB;
}
.TagClassName
{
border-color: #196CDB;
}
</style>