Shades of Navy Blue #196CDD
Tints of Navy Blue #196CDD
RGB
CMYK
RGB Variations
Color information
#196CDD (or 0x196CDD) is known color: Navy Blue. HEX triplet: 19, 6C and DD. RGB value is (25,108,221). Sum of RGB (Red+Green+Blue) = 25+108+221=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #196CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CDD is #E69322. Grayscale: #5F5F5F. Windows color (decimal): -15110947 or 14511129. OLE color: 14511129.
HSL color Cylindrical-coordinate representation of color #196CDD: hue angle of 214.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CDD is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 108 | 221 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.13 |
| HSL | 214.59º | 0.8% | 0.48% | - |
| HSV(B) | 214.59º | 0.89% | 0.87% | - |
| XYZ | 18.81 | 16.15 | 70.53 | - |
| YUV | 96.07 | 198.5 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 221 | 0.89 | 0.51 | 0 | 0.13 | 214.59 | 0.8 | 0.48 |
| Hex | 19 | 6C | DD | 59 | 33 | 0 | D | D7 | 50 | 30 |
| Octal | 31 | 154 | 335 | 131 | 63 | 0 | 15 | 327 | 120 | 60 |
| Binary | 11001 | 1101100 | 11011101 | 1011001 | 110011 | 0 | 1101 | 11010111 | 1010000 | 110000 |
Color Harmonies of #196CDD
Complementary color
Monochromatic Colors of #196CDD
Black with #196CDD
Text Example
Text Example
White with #196CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CDD; }
p { color: rgb(25,108,221); }
H1.HeaderClassName
{
color: #196CDD;
}
.AnyTagClassName
{
color: #196CDD;
}
</style>
background-color css
<style>
a { background-color: #196CDD; }
a { background-color: rgb(25,108,221); }
div.DivClassName
{
background-color: #196CDD;
}
.BgClassName
{
background-color: #196CDD;
}
</style>
border-color css
<style>
span { border-color: #196CDD; }
span { border-color: rgb(25,108,221); }
td.TdClassName
{
border-color: #196CDD;
}
.TagClassName
{
border-color: #196CDD;
}
</style>