Shades of Denim #196BAA
Tints of Denim #196BAA
RGB
CMYK
RGB Variations
Color information
#196BAA (or 0x196BAA) is known color: Denim. HEX triplet: 19, 6B and AA. RGB value is (25,107,170). Sum of RGB (Red+Green+Blue) = 25+107+170=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #196BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196BAA is #E69455. Grayscale: #595959. Windows color (decimal): -15111254 or 11168537. OLE color: 11168537.
HSL color Cylindrical-coordinate representation of color #196BAA: hue angle of 206.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196BAA is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 107 | 170 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.33 |
| HSL | 206.07º | 0.74% | 0.38% | - |
| HSV(B) | 206.07º | 0.85% | 0.67% | - |
| XYZ | 12.91 | 13.62 | 39.98 | - |
| YUV | 89.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 170 | 0.85 | 0.37 | 0 | 0.33 | 206.07 | 0.74 | 0.38 |
| Hex | 19 | 6B | AA | 55 | 25 | 0 | 21 | CE | 4A | 26 |
| Octal | 31 | 153 | 252 | 125 | 45 | 0 | 41 | 316 | 112 | 46 |
| Binary | 11001 | 1101011 | 10101010 | 1010101 | 100101 | 0 | 100001 | 11001110 | 1001010 | 100110 |
Color Harmonies of #196BAA
Complementary color
Monochromatic Colors of #196BAA
Black with #196BAA
Text Example
Text Example
White with #196BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BAA; }
p { color: rgb(25,107,170); }
H1.HeaderClassName
{
color: #196BAA;
}
.AnyTagClassName
{
color: #196BAA;
}
</style>
background-color css
<style>
a { background-color: #196BAA; }
a { background-color: rgb(25,107,170); }
div.DivClassName
{
background-color: #196BAA;
}
.BgClassName
{
background-color: #196BAA;
}
</style>
border-color css
<style>
span { border-color: #196BAA; }
span { border-color: rgb(25,107,170); }
td.TdClassName
{
border-color: #196BAA;
}
.TagClassName
{
border-color: #196BAA;
}
</style>