Shades of Denim #196DCF
Tints of Denim #196DCF
RGB
CMYK
RGB Variations
Color information
#196DCF (or 0x196DCF) is known color: Denim. HEX triplet: 19, 6D and CF. RGB value is (25,109,207). Sum of RGB (Red+Green+Blue) = 25+109+207=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #196DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DCF is #E69230. Grayscale: #5E5E5E. Windows color (decimal): -15110705 or 13593881. OLE color: 13593881.
HSL color Cylindrical-coordinate representation of color #196DCF: hue angle of 212.31º 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 #196DCF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 109 | 207 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.19 |
| HSL | 212.31º | 0.78% | 0.45% | - |
| HSV(B) | 212.31º | 0.88% | 0.81% | - |
| XYZ | 17.13 | 15.65 | 61.15 | - |
| YUV | 95.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 207 | 0.88 | 0.47 | 0 | 0.19 | 212.31 | 0.78 | 0.45 |
| Hex | 19 | 6D | CF | 58 | 2F | 0 | 13 | D4 | 4E | 2D |
| Octal | 31 | 155 | 317 | 130 | 57 | 0 | 23 | 324 | 116 | 55 |
| Binary | 11001 | 1101101 | 11001111 | 1011000 | 101111 | 0 | 10011 | 11010100 | 1001110 | 101101 |
Color Harmonies of #196DCF
Complementary color
Monochromatic Colors of #196DCF
Black with #196DCF
Text Example
Text Example
White with #196DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DCF; }
p { color: rgb(25,109,207); }
H1.HeaderClassName
{
color: #196DCF;
}
.AnyTagClassName
{
color: #196DCF;
}
</style>
background-color css
<style>
a { background-color: #196DCF; }
a { background-color: rgb(25,109,207); }
div.DivClassName
{
background-color: #196DCF;
}
.BgClassName
{
background-color: #196DCF;
}
</style>
border-color css
<style>
span { border-color: #196DCF; }
span { border-color: rgb(25,109,207); }
td.TdClassName
{
border-color: #196DCF;
}
.TagClassName
{
border-color: #196DCF;
}
</style>