Shades of Denim #196CCE
Tints of Denim #196CCE
RGB
CMYK
RGB Variations
Color information
#196CCE (or 0x196CCE) is known color: Denim. HEX triplet: 19, 6C and CE. RGB value is (25,108,206). Sum of RGB (Red+Green+Blue) = 25+108+206=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #196CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CCE is #E69331. Grayscale: #5D5D5D. Windows color (decimal): -15110962 or 13528089. OLE color: 13528089.
HSL color Cylindrical-coordinate representation of color #196CCE: hue angle of 212.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196CCE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 108 | 206 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.19 |
| HSL | 212.49º | 0.78% | 0.45% | - |
| HSV(B) | 212.49º | 0.88% | 0.81% | - |
| XYZ | 16.9 | 15.39 | 60.47 | - |
| YUV | 94.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 206 | 0.88 | 0.48 | 0 | 0.19 | 212.49 | 0.78 | 0.45 |
| Hex | 19 | 6C | CE | 58 | 30 | 0 | 13 | D4 | 4E | 2D |
| Octal | 31 | 154 | 316 | 130 | 60 | 0 | 23 | 324 | 116 | 55 |
| Binary | 11001 | 1101100 | 11001110 | 1011000 | 110000 | 0 | 10011 | 11010100 | 1001110 | 101101 |
Color Harmonies of #196CCE
Complementary color
Monochromatic Colors of #196CCE
Black with #196CCE
Text Example
Text Example
White with #196CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CCE; }
p { color: rgb(25,108,206); }
H1.HeaderClassName
{
color: #196CCE;
}
.AnyTagClassName
{
color: #196CCE;
}
</style>
background-color css
<style>
a { background-color: #196CCE; }
a { background-color: rgb(25,108,206); }
div.DivClassName
{
background-color: #196CCE;
}
.BgClassName
{
background-color: #196CCE;
}
</style>
border-color css
<style>
span { border-color: #196CCE; }
span { border-color: rgb(25,108,206); }
td.TdClassName
{
border-color: #196CCE;
}
.TagClassName
{
border-color: #196CCE;
}
</style>