Shades of Denim #196CCB
Tints of Denim #196CCB
RGB
CMYK
RGB Variations
Color information
#196CCB (or 0x196CCB) is known color: Denim. HEX triplet: 19, 6C and CB. RGB value is (25,108,203). Sum of RGB (Red+Green+Blue) = 25+108+203=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #196CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CCB is #E69334. Grayscale: #5D5D5D. Windows color (decimal): -15110965 or 13331481. OLE color: 13331481.
HSL color Cylindrical-coordinate representation of color #196CCB: hue angle of 212.02º 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 #196CCB is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 108 | 203 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.20 |
| HSL | 212.02º | 0.78% | 0.45% | - |
| HSV(B) | 212.02º | 0.88% | 0.8% | - |
| XYZ | 16.54 | 15.24 | 58.57 | - |
| YUV | 94.01 | 189.5 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 203 | 0.88 | 0.47 | 0 | 0.20 | 212.02 | 0.78 | 0.45 |
| Hex | 19 | 6C | CB | 58 | 2F | 0 | 14 | D4 | 4E | 2D |
| Octal | 31 | 154 | 313 | 130 | 57 | 0 | 24 | 324 | 116 | 55 |
| Binary | 11001 | 1101100 | 11001011 | 1011000 | 101111 | 0 | 10100 | 11010100 | 1001110 | 101101 |
Color Harmonies of #196CCB
Complementary color
Monochromatic Colors of #196CCB
Black with #196CCB
Text Example
Text Example
White with #196CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CCB; }
p { color: rgb(25,108,203); }
H1.HeaderClassName
{
color: #196CCB;
}
.AnyTagClassName
{
color: #196CCB;
}
</style>
background-color css
<style>
a { background-color: #196CCB; }
a { background-color: rgb(25,108,203); }
div.DivClassName
{
background-color: #196CCB;
}
.BgClassName
{
background-color: #196CCB;
}
</style>
border-color css
<style>
span { border-color: #196CCB; }
span { border-color: rgb(25,108,203); }
td.TdClassName
{
border-color: #196CCB;
}
.TagClassName
{
border-color: #196CCB;
}
</style>