Shades of Denim #1955CB
Tints of Denim #1955CB
RGB
CMYK
RGB Variations
Color information
#1955CB (or 0x1955CB) is known color: Denim. HEX triplet: 19, 55 and CB. RGB value is (25,85,203). Sum of RGB (Red+Green+Blue) = 25+85+203=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #1955CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955CB is #E6AA34. Grayscale: #4F4F4F. Windows color (decimal): -15116853 or 13325593. OLE color: 13325593.
HSL color Cylindrical-coordinate representation of color #1955CB: hue angle of 219.78º 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 #1955CB is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 85 | 203 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.20 |
| HSL | 219.78º | 0.78% | 0.45% | - |
| HSV(B) | 219.78º | 0.88% | 0.8% | - |
| XYZ | 14.43 | 11.02 | 57.87 | - |
| YUV | 80.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 203 | 0.88 | 0.58 | 0 | 0.20 | 219.78 | 0.78 | 0.45 |
| Hex | 19 | 55 | CB | 58 | 3A | 0 | 14 | DC | 4E | 2D |
| Octal | 31 | 125 | 313 | 130 | 72 | 0 | 24 | 334 | 116 | 55 |
| Binary | 11001 | 1010101 | 11001011 | 1011000 | 111010 | 0 | 10100 | 11011100 | 1001110 | 101101 |
Color Harmonies of #1955CB
Complementary color
Monochromatic Colors of #1955CB
Black with #1955CB
Text Example
Text Example
White with #1955CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955CB; }
p { color: rgb(25,85,203); }
H1.HeaderClassName
{
color: #1955CB;
}
.AnyTagClassName
{
color: #1955CB;
}
</style>
background-color css
<style>
a { background-color: #1955CB; }
a { background-color: rgb(25,85,203); }
div.DivClassName
{
background-color: #1955CB;
}
.BgClassName
{
background-color: #1955CB;
}
</style>
border-color css
<style>
span { border-color: #1955CB; }
span { border-color: rgb(25,85,203); }
td.TdClassName
{
border-color: #1955CB;
}
.TagClassName
{
border-color: #1955CB;
}
</style>