Shades of Denim #1955B6
Tints of Denim #1955B6
RGB
CMYK
RGB Variations
Color information
#1955B6 (or 0x1955B6) is known color: Denim. HEX triplet: 19, 55 and B6. RGB value is (25,85,182). Sum of RGB (Red+Green+Blue) = 25+85+182=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #1955B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955B6 is #E6AA49. Grayscale: #4D4D4D. Windows color (decimal): -15116874 or 11949337. OLE color: 11949337.
HSL color Cylindrical-coordinate representation of color #1955B6: hue angle of 217.07º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1955B6 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 85 | 182 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.29 |
| HSL | 217.07º | 0.76% | 0.41% | - |
| HSV(B) | 217.07º | 0.86% | 0.71% | - |
| XYZ | 12.09 | 10.08 | 45.56 | - |
| YUV | 78.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 182 | 0.86 | 0.53 | 0 | 0.29 | 217.07 | 0.76 | 0.41 |
| Hex | 19 | 55 | B6 | 56 | 35 | 0 | 1D | D9 | 4C | 29 |
| Octal | 31 | 125 | 266 | 126 | 65 | 0 | 35 | 331 | 114 | 51 |
| Binary | 11001 | 1010101 | 10110110 | 1010110 | 110101 | 0 | 11101 | 11011001 | 1001100 | 101001 |
Color Harmonies of #1955B6
Complementary color
Monochromatic Colors of #1955B6
Black with #1955B6
Text Example
Text Example
White with #1955B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955B6; }
p { color: rgb(25,85,182); }
H1.HeaderClassName
{
color: #1955B6;
}
.AnyTagClassName
{
color: #1955B6;
}
</style>
background-color css
<style>
a { background-color: #1955B6; }
a { background-color: rgb(25,85,182); }
div.DivClassName
{
background-color: #1955B6;
}
.BgClassName
{
background-color: #1955B6;
}
</style>
border-color css
<style>
span { border-color: #1955B6; }
span { border-color: rgb(25,85,182); }
td.TdClassName
{
border-color: #1955B6;
}
.TagClassName
{
border-color: #1955B6;
}
</style>