Shades of Denim #196ACB
Tints of Denim #196ACB
RGB
CMYK
RGB Variations
Color information
#196ACB (or 0x196ACB) is known color: Denim. HEX triplet: 19, 6A and CB. RGB value is (25,106,203). Sum of RGB (Red+Green+Blue) = 25+106+203=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #196ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ACB is #E69534. Grayscale: #5C5C5C. Windows color (decimal): -15111477 or 13330969. OLE color: 13330969.
HSL color Cylindrical-coordinate representation of color #196ACB: hue angle of 212.7º 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 #196ACB is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 106 | 203 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.20 |
| HSL | 212.7º | 0.78% | 0.45% | - |
| HSV(B) | 212.7º | 0.88% | 0.8% | - |
| XYZ | 16.33 | 14.83 | 58.5 | - |
| YUV | 92.84 | 190.16 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 203 | 0.88 | 0.48 | 0 | 0.20 | 212.7 | 0.78 | 0.45 |
| Hex | 19 | 6A | CB | 58 | 30 | 0 | 14 | D5 | 4E | 2D |
| Octal | 31 | 152 | 313 | 130 | 60 | 0 | 24 | 325 | 116 | 55 |
| Binary | 11001 | 1101010 | 11001011 | 1011000 | 110000 | 0 | 10100 | 11010101 | 1001110 | 101101 |
Color Harmonies of #196ACB
Complementary color
Monochromatic Colors of #196ACB
Black with #196ACB
Text Example
Text Example
White with #196ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ACB; }
p { color: rgb(25,106,203); }
H1.HeaderClassName
{
color: #196ACB;
}
.AnyTagClassName
{
color: #196ACB;
}
</style>
background-color css
<style>
a { background-color: #196ACB; }
a { background-color: rgb(25,106,203); }
div.DivClassName
{
background-color: #196ACB;
}
.BgClassName
{
background-color: #196ACB;
}
</style>
border-color css
<style>
span { border-color: #196ACB; }
span { border-color: rgb(25,106,203); }
td.TdClassName
{
border-color: #196ACB;
}
.TagClassName
{
border-color: #196ACB;
}
</style>