Shades of Navy Blue #196CDA
Tints of Navy Blue #196CDA
RGB
CMYK
RGB Variations
Color information
#196CDA (or 0x196CDA) is known color: Navy Blue. HEX triplet: 19, 6C and DA. RGB value is (25,108,218). Sum of RGB (Red+Green+Blue) = 25+108+218=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #196CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CDA is #E69325. Grayscale: #5F5F5F. Windows color (decimal): -15110950 or 14314521. OLE color: 14314521.
HSL color Cylindrical-coordinate representation of color #196CDA: hue angle of 214.2º 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 #196CDA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 108 | 218 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.15 |
| HSL | 214.2º | 0.79% | 0.48% | - |
| HSV(B) | 214.2º | 0.89% | 0.85% | - |
| XYZ | 18.42 | 15.99 | 68.45 | - |
| YUV | 95.72 | 197 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 218 | 0.89 | 0.50 | 0 | 0.15 | 214.2 | 0.79 | 0.48 |
| Hex | 19 | 6C | DA | 59 | 32 | 0 | F | D6 | 4F | 30 |
| Octal | 31 | 154 | 332 | 131 | 62 | 0 | 17 | 326 | 117 | 60 |
| Binary | 11001 | 1101100 | 11011010 | 1011001 | 110010 | 0 | 1111 | 11010110 | 1001111 | 110000 |
Color Harmonies of #196CDA
Complementary color
Monochromatic Colors of #196CDA
Black with #196CDA
Text Example
Text Example
White with #196CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CDA; }
p { color: rgb(25,108,218); }
H1.HeaderClassName
{
color: #196CDA;
}
.AnyTagClassName
{
color: #196CDA;
}
</style>
background-color css
<style>
a { background-color: #196CDA; }
a { background-color: rgb(25,108,218); }
div.DivClassName
{
background-color: #196CDA;
}
.BgClassName
{
background-color: #196CDA;
}
</style>
border-color css
<style>
span { border-color: #196CDA; }
span { border-color: rgb(25,108,218); }
td.TdClassName
{
border-color: #196CDA;
}
.TagClassName
{
border-color: #196CDA;
}
</style>