Shades of Denim #1355B7
Tints of Denim #1355B7
RGB
CMYK
RGB Variations
Color information
#1355B7 (or 0x1355B7) is known color: Denim. HEX triplet: 13, 55 and B7. RGB value is (19,85,183). Sum of RGB (Red+Green+Blue) = 19+85+183=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #1355B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355B7 is #ECAA48. Grayscale: #4B4B4B. Windows color (decimal): -15510089 or 12014867. OLE color: 12014867.
HSL color Cylindrical-coordinate representation of color #1355B7: hue angle of 215.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1355B7 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 85 | 183 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.28 |
| HSL | 215.85º | 0.81% | 0.4% | - |
| HSV(B) | 215.85º | 0.9% | 0.72% | - |
| XYZ | 12.06 | 10.05 | 46.1 | - |
| YUV | 76.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 183 | 0.90 | 0.54 | 0 | 0.28 | 215.85 | 0.81 | 0.4 |
| Hex | 13 | 55 | B7 | 5A | 36 | 0 | 1C | D8 | 51 | 28 |
| Octal | 23 | 125 | 267 | 132 | 66 | 0 | 34 | 330 | 121 | 50 |
| Binary | 10011 | 1010101 | 10110111 | 1011010 | 110110 | 0 | 11100 | 11011000 | 1010001 | 101000 |
Color Harmonies of #1355B7
Complementary color
Monochromatic Colors of #1355B7
Black with #1355B7
Text Example
Text Example
White with #1355B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355B7; }
p { color: rgb(19,85,183); }
H1.HeaderClassName
{
color: #1355B7;
}
.AnyTagClassName
{
color: #1355B7;
}
</style>
background-color css
<style>
a { background-color: #1355B7; }
a { background-color: rgb(19,85,183); }
div.DivClassName
{
background-color: #1355B7;
}
.BgClassName
{
background-color: #1355B7;
}
</style>
border-color css
<style>
span { border-color: #1355B7; }
span { border-color: rgb(19,85,183); }
td.TdClassName
{
border-color: #1355B7;
}
.TagClassName
{
border-color: #1355B7;
}
</style>