Shades of Denim #195CCB
Tints of Denim #195CCB
RGB
CMYK
RGB Variations
Color information
#195CCB (or 0x195CCB) is known color: Denim. HEX triplet: 19, 5C and CB. RGB value is (25,92,203). Sum of RGB (Red+Green+Blue) = 25+92+203=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #195CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CCB is #E6A334. Grayscale: #545454. Windows color (decimal): -15115061 or 13327385. OLE color: 13327385.
HSL color Cylindrical-coordinate representation of color #195CCB: hue angle of 217.42º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195CCB is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 92 | 203 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.20 |
| HSL | 217.42º | 0.78% | 0.45% | - |
| HSV(B) | 217.42º | 0.88% | 0.8% | - |
| XYZ | 15.01 | 12.17 | 58.06 | - |
| YUV | 84.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 203 | 0.88 | 0.55 | 0 | 0.20 | 217.42 | 0.78 | 0.45 |
| Hex | 19 | 5C | CB | 58 | 37 | 0 | 14 | D9 | 4E | 2D |
| Octal | 31 | 134 | 313 | 130 | 67 | 0 | 24 | 331 | 116 | 55 |
| Binary | 11001 | 1011100 | 11001011 | 1011000 | 110111 | 0 | 10100 | 11011001 | 1001110 | 101101 |
Color Harmonies of #195CCB
Complementary color
Monochromatic Colors of #195CCB
Black with #195CCB
Text Example
Text Example
White with #195CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CCB; }
p { color: rgb(25,92,203); }
H1.HeaderClassName
{
color: #195CCB;
}
.AnyTagClassName
{
color: #195CCB;
}
</style>
background-color css
<style>
a { background-color: #195CCB; }
a { background-color: rgb(25,92,203); }
div.DivClassName
{
background-color: #195CCB;
}
.BgClassName
{
background-color: #195CCB;
}
</style>
border-color css
<style>
span { border-color: #195CCB; }
span { border-color: rgb(25,92,203); }
td.TdClassName
{
border-color: #195CCB;
}
.TagClassName
{
border-color: #195CCB;
}
</style>