Shades of Denim #197CBF
Tints of Denim #197CBF
RGB
CMYK
RGB Variations
Color information
#197CBF (or 0x197CBF) is known color: Denim. HEX triplet: 19, 7C and BF. RGB value is (25,124,191). Sum of RGB (Red+Green+Blue) = 25+124+191=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #197CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CBF is #E68340. Grayscale: #656565. Windows color (decimal): -15106881 or 12549145. OLE color: 12549145.
HSL color Cylindrical-coordinate representation of color #197CBF: hue angle of 204.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197CBF is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 124 | 191 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.25 |
| HSL | 204.22º | 0.77% | 0.42% | - |
| HSV(B) | 204.22º | 0.87% | 0.75% | - |
| XYZ | 17.01 | 18.38 | 51.94 | - |
| YUV | 102.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 191 | 0.87 | 0.35 | 0 | 0.25 | 204.22 | 0.77 | 0.42 |
| Hex | 19 | 7C | BF | 57 | 23 | 0 | 19 | CC | 4D | 2A |
| Octal | 31 | 174 | 277 | 127 | 43 | 0 | 31 | 314 | 115 | 52 |
| Binary | 11001 | 1111100 | 10111111 | 1010111 | 100011 | 0 | 11001 | 11001100 | 1001101 | 101010 |
Color Harmonies of #197CBF
Complementary color
Monochromatic Colors of #197CBF
Black with #197CBF
Text Example
Text Example
White with #197CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CBF; }
p { color: rgb(25,124,191); }
H1.HeaderClassName
{
color: #197CBF;
}
.AnyTagClassName
{
color: #197CBF;
}
</style>
background-color css
<style>
a { background-color: #197CBF; }
a { background-color: rgb(25,124,191); }
div.DivClassName
{
background-color: #197CBF;
}
.BgClassName
{
background-color: #197CBF;
}
</style>
border-color css
<style>
span { border-color: #197CBF; }
span { border-color: rgb(25,124,191); }
td.TdClassName
{
border-color: #197CBF;
}
.TagClassName
{
border-color: #197CBF;
}
</style>