Shades of Denim #1955B8
Tints of Denim #1955B8
RGB
CMYK
RGB Variations
Color information
#1955B8 (or 0x1955B8) is known color: Denim. HEX triplet: 19, 55 and B8. RGB value is (25,85,184). Sum of RGB (Red+Green+Blue) = 25+85+184=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #1955B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955B8 is #E6AA47. Grayscale: #4D4D4D. Windows color (decimal): -15116872 or 12080409. OLE color: 12080409.
HSL color Cylindrical-coordinate representation of color #1955B8: hue angle of 217.36º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1955B8 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 85 | 184 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.28 |
| HSL | 217.36º | 0.76% | 0.41% | - |
| HSV(B) | 217.36º | 0.86% | 0.72% | - |
| XYZ | 12.3 | 10.16 | 46.66 | - |
| YUV | 78.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 184 | 0.86 | 0.54 | 0 | 0.28 | 217.36 | 0.76 | 0.41 |
| Hex | 19 | 55 | B8 | 56 | 36 | 0 | 1C | D9 | 4C | 29 |
| Octal | 31 | 125 | 270 | 126 | 66 | 0 | 34 | 331 | 114 | 51 |
| Binary | 11001 | 1010101 | 10111000 | 1010110 | 110110 | 0 | 11100 | 11011001 | 1001100 | 101001 |
Color Harmonies of #1955B8
Complementary color
Monochromatic Colors of #1955B8
Black with #1955B8
Text Example
Text Example
White with #1955B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955B8; }
p { color: rgb(25,85,184); }
H1.HeaderClassName
{
color: #1955B8;
}
.AnyTagClassName
{
color: #1955B8;
}
</style>
background-color css
<style>
a { background-color: #1955B8; }
a { background-color: rgb(25,85,184); }
div.DivClassName
{
background-color: #1955B8;
}
.BgClassName
{
background-color: #1955B8;
}
</style>
border-color css
<style>
span { border-color: #1955B8; }
span { border-color: rgb(25,85,184); }
td.TdClassName
{
border-color: #1955B8;
}
.TagClassName
{
border-color: #1955B8;
}
</style>