Shades of Denim #196FCD
Tints of Denim #196FCD
RGB
CMYK
RGB Variations
Color information
#196FCD (or 0x196FCD) is known color: Denim. HEX triplet: 19, 6F and CD. RGB value is (25,111,205). Sum of RGB (Red+Green+Blue) = 25+111+205=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #196FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FCD is #E69032. Grayscale: #5F5F5F. Windows color (decimal): -15110195 or 13463321. OLE color: 13463321.
HSL color Cylindrical-coordinate representation of color #196FCD: hue angle of 211.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196FCD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 111 | 205 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.20 |
| HSL | 211.33º | 0.78% | 0.45% | - |
| HSV(B) | 211.33º | 0.88% | 0.8% | - |
| XYZ | 17.1 | 15.98 | 59.94 | - |
| YUV | 96 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 205 | 0.88 | 0.46 | 0 | 0.20 | 211.33 | 0.78 | 0.45 |
| Hex | 19 | 6F | CD | 58 | 2E | 0 | 14 | D3 | 4E | 2D |
| Octal | 31 | 157 | 315 | 130 | 56 | 0 | 24 | 323 | 116 | 55 |
| Binary | 11001 | 1101111 | 11001101 | 1011000 | 101110 | 0 | 10100 | 11010011 | 1001110 | 101101 |
Color Harmonies of #196FCD
Complementary color
Monochromatic Colors of #196FCD
Black with #196FCD
Text Example
Text Example
White with #196FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FCD; }
p { color: rgb(25,111,205); }
H1.HeaderClassName
{
color: #196FCD;
}
.AnyTagClassName
{
color: #196FCD;
}
</style>
background-color css
<style>
a { background-color: #196FCD; }
a { background-color: rgb(25,111,205); }
div.DivClassName
{
background-color: #196FCD;
}
.BgClassName
{
background-color: #196FCD;
}
</style>
border-color css
<style>
span { border-color: #196FCD; }
span { border-color: rgb(25,111,205); }
td.TdClassName
{
border-color: #196FCD;
}
.TagClassName
{
border-color: #196FCD;
}
</style>