Shades of Denim #1955CC
Tints of Denim #1955CC
RGB
CMYK
RGB Variations
Color information
#1955CC (or 0x1955CC) is known color: Denim. HEX triplet: 19, 55 and CC. RGB value is (25,85,204). Sum of RGB (Red+Green+Blue) = 25+85+204=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #1955CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955CC is #E6AA33. Grayscale: #505050. Windows color (decimal): -15116852 or 13391129. OLE color: 13391129.
HSL color Cylindrical-coordinate representation of color #1955CC: hue angle of 219.89º 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 #1955CC is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 85 | 204 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.2 |
| HSL | 219.89º | 0.78% | 0.45% | - |
| HSV(B) | 219.89º | 0.88% | 0.8% | - |
| XYZ | 14.55 | 11.06 | 58.5 | - |
| YUV | 80.63 | 197.62 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 204 | 0.88 | 0.58 | 0 | 0.2 | 219.89 | 0.78 | 0.45 |
| Hex | 19 | 55 | CC | 58 | 3A | 0 | 14 | DC | 4E | 2D |
| Octal | 31 | 125 | 314 | 130 | 72 | 0 | 24 | 334 | 116 | 55 |
| Binary | 11001 | 1010101 | 11001100 | 1011000 | 111010 | 0 | 10100 | 11011100 | 1001110 | 101101 |
Color Harmonies of #1955CC
Complementary color
Monochromatic Colors of #1955CC
Black with #1955CC
Text Example
Text Example
White with #1955CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955CC; }
p { color: rgb(25,85,204); }
H1.HeaderClassName
{
color: #1955CC;
}
.AnyTagClassName
{
color: #1955CC;
}
</style>
background-color css
<style>
a { background-color: #1955CC; }
a { background-color: rgb(25,85,204); }
div.DivClassName
{
background-color: #1955CC;
}
.BgClassName
{
background-color: #1955CC;
}
</style>
border-color css
<style>
span { border-color: #1955CC; }
span { border-color: rgb(25,85,204); }
td.TdClassName
{
border-color: #1955CC;
}
.TagClassName
{
border-color: #1955CC;
}
</style>