Shades of Denim #196DD3
Tints of Denim #196DD3
RGB
CMYK
RGB Variations
Color information
#196DD3 (or 0x196DD3) is known color: Denim. HEX triplet: 19, 6D and D3. RGB value is (25,109,211). Sum of RGB (Red+Green+Blue) = 25+109+211=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 211 (82.81% from 255 or 61.16% from 345); Max value from RGB is 211 - color contains mainly: blue. Hex color #196DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DD3 is #E6922C. Grayscale: #5F5F5F. Windows color (decimal): -15110701 or 13856025. OLE color: 13856025.
HSL color Cylindrical-coordinate representation of color #196DD3: hue angle of 212.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196DD3 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 109 | 211 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.17 |
| HSL | 212.9º | 0.79% | 0.46% | - |
| HSV(B) | 212.9º | 0.88% | 0.83% | - |
| XYZ | 17.63 | 15.85 | 63.76 | - |
| YUV | 95.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 211 | 0.88 | 0.48 | 0 | 0.17 | 212.9 | 0.79 | 0.46 |
| Hex | 19 | 6D | D3 | 58 | 30 | 0 | 11 | D5 | 4F | 2E |
| Octal | 31 | 155 | 323 | 130 | 60 | 0 | 21 | 325 | 117 | 56 |
| Binary | 11001 | 1101101 | 11010011 | 1011000 | 110000 | 0 | 10001 | 11010101 | 1001111 | 101110 |
Color Harmonies of #196DD3
Complementary color
Monochromatic Colors of #196DD3
Black with #196DD3
Text Example
Text Example
White with #196DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DD3; }
p { color: rgb(25,109,211); }
H1.HeaderClassName
{
color: #196DD3;
}
.AnyTagClassName
{
color: #196DD3;
}
</style>
background-color css
<style>
a { background-color: #196DD3; }
a { background-color: rgb(25,109,211); }
div.DivClassName
{
background-color: #196DD3;
}
.BgClassName
{
background-color: #196DD3;
}
</style>
border-color css
<style>
span { border-color: #196DD3; }
span { border-color: rgb(25,109,211); }
td.TdClassName
{
border-color: #196DD3;
}
.TagClassName
{
border-color: #196DD3;
}
</style>