Shades of Denim #196ECF
Tints of Denim #196ECF
RGB
CMYK
RGB Variations
Color information
#196ECF (or 0x196ECF) is known color: Denim. HEX triplet: 19, 6E and CF. RGB value is (25,110,207). Sum of RGB (Red+Green+Blue) = 25+110+207=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #196ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECF is #E69130. Grayscale: #5F5F5F. Windows color (decimal): -15110449 or 13594137. OLE color: 13594137.
HSL color Cylindrical-coordinate representation of color #196ECF: hue angle of 211.98º 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 #196ECF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 110 | 207 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.19 |
| HSL | 211.98º | 0.78% | 0.45% | - |
| HSV(B) | 211.98º | 0.88% | 0.81% | - |
| XYZ | 17.24 | 15.86 | 61.18 | - |
| YUV | 95.64 | 190.84 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 207 | 0.88 | 0.47 | 0 | 0.19 | 211.98 | 0.78 | 0.45 |
| Hex | 19 | 6E | CF | 58 | 2F | 0 | 13 | D4 | 4E | 2D |
| Octal | 31 | 156 | 317 | 130 | 57 | 0 | 23 | 324 | 116 | 55 |
| Binary | 11001 | 1101110 | 11001111 | 1011000 | 101111 | 0 | 10011 | 11010100 | 1001110 | 101101 |
Color Harmonies of #196ECF
Complementary color
Monochromatic Colors of #196ECF
Black with #196ECF
Text Example
Text Example
White with #196ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196ECF; }
p { color: rgb(25,110,207); }
H1.HeaderClassName
{
color: #196ECF;
}
.AnyTagClassName
{
color: #196ECF;
}
</style>
background-color css
<style>
a { background-color: #196ECF; }
a { background-color: rgb(25,110,207); }
div.DivClassName
{
background-color: #196ECF;
}
.BgClassName
{
background-color: #196ECF;
}
</style>
border-color css
<style>
span { border-color: #196ECF; }
span { border-color: rgb(25,110,207); }
td.TdClassName
{
border-color: #196ECF;
}
.TagClassName
{
border-color: #196ECF;
}
</style>