Shades of Denim #195CCC
Tints of Denim #195CCC
RGB
CMYK
RGB Variations
Color information
#195CCC (or 0x195CCC) is known color: Denim. HEX triplet: 19, 5C and CC. RGB value is (25,92,204). Sum of RGB (Red+Green+Blue) = 25+92+204=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #195CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CCC is #E6A333. Grayscale: #545454. Windows color (decimal): -15115060 or 13392921. OLE color: 13392921.
HSL color Cylindrical-coordinate representation of color #195CCC: hue angle of 217.54º 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 #195CCC is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 92 | 204 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.2 |
| HSL | 217.54º | 0.78% | 0.45% | - |
| HSV(B) | 217.54º | 0.88% | 0.8% | - |
| XYZ | 15.13 | 12.22 | 58.69 | - |
| YUV | 84.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 204 | 0.88 | 0.55 | 0 | 0.2 | 217.54 | 0.78 | 0.45 |
| Hex | 19 | 5C | CC | 58 | 37 | 0 | 14 | DA | 4E | 2D |
| Octal | 31 | 134 | 314 | 130 | 67 | 0 | 24 | 332 | 116 | 55 |
| Binary | 11001 | 1011100 | 11001100 | 1011000 | 110111 | 0 | 10100 | 11011010 | 1001110 | 101101 |
Color Harmonies of #195CCC
Complementary color
Monochromatic Colors of #195CCC
Black with #195CCC
Text Example
Text Example
White with #195CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CCC; }
p { color: rgb(25,92,204); }
H1.HeaderClassName
{
color: #195CCC;
}
.AnyTagClassName
{
color: #195CCC;
}
</style>
background-color css
<style>
a { background-color: #195CCC; }
a { background-color: rgb(25,92,204); }
div.DivClassName
{
background-color: #195CCC;
}
.BgClassName
{
background-color: #195CCC;
}
</style>
border-color css
<style>
span { border-color: #195CCC; }
span { border-color: rgb(25,92,204); }
td.TdClassName
{
border-color: #195CCC;
}
.TagClassName
{
border-color: #195CCC;
}
</style>