Shades of Denim #1355CB
Tints of Denim #1355CB
RGB
CMYK
RGB Variations
Color information
#1355CB (or 0x1355CB) is known color: Denim. HEX triplet: 13, 55 and CB. RGB value is (19,85,203). Sum of RGB (Red+Green+Blue) = 19+85+203=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1355CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355CB is #ECAA34. Grayscale: #4E4E4E. Windows color (decimal): -15510069 or 13325587. OLE color: 13325587.
HSL color Cylindrical-coordinate representation of color #1355CB: hue angle of 218.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1355CB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 85 | 203 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.20 |
| HSL | 218.48º | 0.83% | 0.44% | - |
| HSV(B) | 218.48º | 0.91% | 0.8% | - |
| XYZ | 14.3 | 10.95 | 57.86 | - |
| YUV | 78.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 203 | 0.91 | 0.58 | 0 | 0.20 | 218.48 | 0.83 | 0.44 |
| Hex | 13 | 55 | CB | 5B | 3A | 0 | 14 | DA | 53 | 2C |
| Octal | 23 | 125 | 313 | 133 | 72 | 0 | 24 | 332 | 123 | 54 |
| Binary | 10011 | 1010101 | 11001011 | 1011011 | 111010 | 0 | 10100 | 11011010 | 1010011 | 101100 |
Color Harmonies of #1355CB
Complementary color
Monochromatic Colors of #1355CB
Black with #1355CB
Text Example
Text Example
White with #1355CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355CB; }
p { color: rgb(19,85,203); }
H1.HeaderClassName
{
color: #1355CB;
}
.AnyTagClassName
{
color: #1355CB;
}
</style>
background-color css
<style>
a { background-color: #1355CB; }
a { background-color: rgb(19,85,203); }
div.DivClassName
{
background-color: #1355CB;
}
.BgClassName
{
background-color: #1355CB;
}
</style>
border-color css
<style>
span { border-color: #1355CB; }
span { border-color: rgb(19,85,203); }
td.TdClassName
{
border-color: #1355CB;
}
.TagClassName
{
border-color: #1355CB;
}
</style>