Shades of Denim #195ABB
Tints of Denim #195ABB
RGB
CMYK
RGB Variations
Color information
#195ABB (or 0x195ABB) is known color: Denim. HEX triplet: 19, 5A and BB. RGB value is (25,90,187). Sum of RGB (Red+Green+Blue) = 25+90+187=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #195ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ABB is #E6A544. Grayscale: #515151. Windows color (decimal): -15115589 or 12278297. OLE color: 12278297.
HSL color Cylindrical-coordinate representation of color #195ABB: hue angle of 215.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195ABB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 90 | 187 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.27 |
| HSL | 215.93º | 0.76% | 0.42% | - |
| HSV(B) | 215.93º | 0.87% | 0.73% | - |
| XYZ | 13.03 | 11.11 | 48.47 | - |
| YUV | 81.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 187 | 0.87 | 0.52 | 0 | 0.27 | 215.93 | 0.76 | 0.42 |
| Hex | 19 | 5A | BB | 57 | 34 | 0 | 1B | D8 | 4C | 2A |
| Octal | 31 | 132 | 273 | 127 | 64 | 0 | 33 | 330 | 114 | 52 |
| Binary | 11001 | 1011010 | 10111011 | 1010111 | 110100 | 0 | 11011 | 11011000 | 1001100 | 101010 |
Color Harmonies of #195ABB
Complementary color
Monochromatic Colors of #195ABB
Black with #195ABB
Text Example
Text Example
White with #195ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195ABB; }
p { color: rgb(25,90,187); }
H1.HeaderClassName
{
color: #195ABB;
}
.AnyTagClassName
{
color: #195ABB;
}
</style>
background-color css
<style>
a { background-color: #195ABB; }
a { background-color: rgb(25,90,187); }
div.DivClassName
{
background-color: #195ABB;
}
.BgClassName
{
background-color: #195ABB;
}
</style>
border-color css
<style>
span { border-color: #195ABB; }
span { border-color: rgb(25,90,187); }
td.TdClassName
{
border-color: #195ABB;
}
.TagClassName
{
border-color: #195ABB;
}
</style>