Shades of Denim #197BBA
Tints of Denim #197BBA
RGB
CMYK
RGB Variations
Color information
#197BBA (or 0x197BBA) is known color: Denim. HEX triplet: 19, 7B and BA. RGB value is (25,123,186). Sum of RGB (Red+Green+Blue) = 25+123+186=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #197BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BBA is #E68445. Grayscale: #646464. Windows color (decimal): -15107142 or 12221209. OLE color: 12221209.
HSL color Cylindrical-coordinate representation of color #197BBA: hue angle of 203.48º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197BBA is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 123 | 186 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.27 |
| HSL | 203.48º | 0.76% | 0.41% | - |
| HSV(B) | 203.48º | 0.87% | 0.73% | - |
| XYZ | 16.35 | 17.92 | 49.05 | - |
| YUV | 100.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 186 | 0.87 | 0.34 | 0 | 0.27 | 203.48 | 0.76 | 0.41 |
| Hex | 19 | 7B | BA | 57 | 22 | 0 | 1B | CB | 4C | 29 |
| Octal | 31 | 173 | 272 | 127 | 42 | 0 | 33 | 313 | 114 | 51 |
| Binary | 11001 | 1111011 | 10111010 | 1010111 | 100010 | 0 | 11011 | 11001011 | 1001100 | 101001 |
Color Harmonies of #197BBA
Complementary color
Monochromatic Colors of #197BBA
Black with #197BBA
Text Example
Text Example
White with #197BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BBA; }
p { color: rgb(25,123,186); }
H1.HeaderClassName
{
color: #197BBA;
}
.AnyTagClassName
{
color: #197BBA;
}
</style>
background-color css
<style>
a { background-color: #197BBA; }
a { background-color: rgb(25,123,186); }
div.DivClassName
{
background-color: #197BBA;
}
.BgClassName
{
background-color: #197BBA;
}
</style>
border-color css
<style>
span { border-color: #197BBA; }
span { border-color: rgb(25,123,186); }
td.TdClassName
{
border-color: #197BBA;
}
.TagClassName
{
border-color: #197BBA;
}
</style>