Shades of Denim #195AD2
Tints of Denim #195AD2
RGB
CMYK
RGB Variations
Color information
#195AD2 (or 0x195AD2) is known color: Denim. HEX triplet: 19, 5A and D2. RGB value is (25,90,210). Sum of RGB (Red+Green+Blue) = 25+90+210=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 210 (82.42% from 255 or 64.62% from 325); Max value from RGB is 210 - color contains mainly: blue. Hex color #195AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195AD2 is #E6A52D. Grayscale: #535353. Windows color (decimal): -15115566 or 13785625. OLE color: 13785625.
HSL color Cylindrical-coordinate representation of color #195AD2: hue angle of 218.92º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195AD2 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 90 | 210 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.18 |
| HSL | 218.92º | 0.79% | 0.46% | - |
| HSV(B) | 218.92º | 0.88% | 0.82% | - |
| XYZ | 15.69 | 12.17 | 62.5 | - |
| YUV | 84.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 210 | 0.88 | 0.57 | 0 | 0.18 | 218.92 | 0.79 | 0.46 |
| Hex | 19 | 5A | D2 | 58 | 39 | 0 | 12 | DB | 4F | 2E |
| Octal | 31 | 132 | 322 | 130 | 71 | 0 | 22 | 333 | 117 | 56 |
| Binary | 11001 | 1011010 | 11010010 | 1011000 | 111001 | 0 | 10010 | 11011011 | 1001111 | 101110 |
Color Harmonies of #195AD2
Complementary color
Monochromatic Colors of #195AD2
Black with #195AD2
Text Example
Text Example
White with #195AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195AD2; }
p { color: rgb(25,90,210); }
H1.HeaderClassName
{
color: #195AD2;
}
.AnyTagClassName
{
color: #195AD2;
}
</style>
background-color css
<style>
a { background-color: #195AD2; }
a { background-color: rgb(25,90,210); }
div.DivClassName
{
background-color: #195AD2;
}
.BgClassName
{
background-color: #195AD2;
}
</style>
border-color css
<style>
span { border-color: #195AD2; }
span { border-color: rgb(25,90,210); }
td.TdClassName
{
border-color: #195AD2;
}
.TagClassName
{
border-color: #195AD2;
}
</style>