Shades of Denim #135ECB
Tints of Denim #135ECB
RGB
CMYK
RGB Variations
Color information
#135ECB (or 0x135ECB) is known color: Denim. HEX triplet: 13, 5E and CB. RGB value is (19,94,203). Sum of RGB (Red+Green+Blue) = 19+94+203=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #135ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ECB is #ECA134. Grayscale: #535353. Windows color (decimal): -15507765 or 13327891. OLE color: 13327891.
HSL color Cylindrical-coordinate representation of color #135ECB: hue angle of 215.54º 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 #135ECB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 94 | 203 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.20 |
| HSL | 215.54º | 0.83% | 0.44% | - |
| HSV(B) | 215.54º | 0.91% | 0.8% | - |
| XYZ | 15.05 | 12.46 | 58.11 | - |
| YUV | 84 | 195.15 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 203 | 0.91 | 0.54 | 0 | 0.20 | 215.54 | 0.83 | 0.44 |
| Hex | 13 | 5E | CB | 5B | 36 | 0 | 14 | D8 | 53 | 2C |
| Octal | 23 | 136 | 313 | 133 | 66 | 0 | 24 | 330 | 123 | 54 |
| Binary | 10011 | 1011110 | 11001011 | 1011011 | 110110 | 0 | 10100 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135ECB
Complementary color
Monochromatic Colors of #135ECB
Black with #135ECB
Text Example
Text Example
White with #135ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ECB; }
p { color: rgb(19,94,203); }
H1.HeaderClassName
{
color: #135ECB;
}
.AnyTagClassName
{
color: #135ECB;
}
</style>
background-color css
<style>
a { background-color: #135ECB; }
a { background-color: rgb(19,94,203); }
div.DivClassName
{
background-color: #135ECB;
}
.BgClassName
{
background-color: #135ECB;
}
</style>
border-color css
<style>
span { border-color: #135ECB; }
span { border-color: rgb(19,94,203); }
td.TdClassName
{
border-color: #135ECB;
}
.TagClassName
{
border-color: #135ECB;
}
</style>