Shades of Navy Blue #196BDC
Tints of Navy Blue #196BDC
RGB
CMYK
RGB Variations
Color information
#196BDC (or 0x196BDC) is known color: Navy Blue. HEX triplet: 19, 6B and DC. RGB value is (25,107,220). Sum of RGB (Red+Green+Blue) = 25+107+220=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #196BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BDC is #E69423. Grayscale: #5E5E5E. Windows color (decimal): -15111204 or 14445337. OLE color: 14445337.
HSL color Cylindrical-coordinate representation of color #196BDC: hue angle of 214.77º 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 #196BDC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 107 | 220 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.77º | 0.8% | 0.48% | - |
| HSV(B) | 214.77º | 0.89% | 0.86% | - |
| XYZ | 18.58 | 15.89 | 69.8 | - |
| YUV | 95.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 220 | 0.89 | 0.51 | 0 | 0.14 | 214.77 | 0.8 | 0.48 |
| Hex | 19 | 6B | DC | 59 | 33 | 0 | E | D7 | 50 | 30 |
| Octal | 31 | 153 | 334 | 131 | 63 | 0 | 16 | 327 | 120 | 60 |
| Binary | 11001 | 1101011 | 11011100 | 1011001 | 110011 | 0 | 1110 | 11010111 | 1010000 | 110000 |
Color Harmonies of #196BDC
Complementary color
Monochromatic Colors of #196BDC
Black with #196BDC
Text Example
Text Example
White with #196BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BDC; }
p { color: rgb(25,107,220); }
H1.HeaderClassName
{
color: #196BDC;
}
.AnyTagClassName
{
color: #196BDC;
}
</style>
background-color css
<style>
a { background-color: #196BDC; }
a { background-color: rgb(25,107,220); }
div.DivClassName
{
background-color: #196BDC;
}
.BgClassName
{
background-color: #196BDC;
}
</style>
border-color css
<style>
span { border-color: #196BDC; }
span { border-color: rgb(25,107,220); }
td.TdClassName
{
border-color: #196BDC;
}
.TagClassName
{
border-color: #196BDC;
}
</style>