Shades of Denim #135ECE
Tints of Denim #135ECE
RGB
CMYK
RGB Variations
Color information
#135ECE (or 0x135ECE) is known color: Denim. HEX triplet: 13, 5E and CE. RGB value is (19,94,206). Sum of RGB (Red+Green+Blue) = 19+94+206=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #135ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ECE is #ECA131. Grayscale: #535353. Windows color (decimal): -15507762 or 13524499. OLE color: 13524499.
HSL color Cylindrical-coordinate representation of color #135ECE: hue angle of 215.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ECE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 94 | 206 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.19 |
| HSL | 215.94º | 0.83% | 0.44% | - |
| HSV(B) | 215.94º | 0.91% | 0.81% | - |
| XYZ | 15.41 | 12.6 | 60.01 | - |
| YUV | 84.34 | 196.65 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 206 | 0.91 | 0.54 | 0 | 0.19 | 215.94 | 0.83 | 0.44 |
| Hex | 13 | 5E | CE | 5B | 36 | 0 | 13 | D8 | 53 | 2C |
| Octal | 23 | 136 | 316 | 133 | 66 | 0 | 23 | 330 | 123 | 54 |
| Binary | 10011 | 1011110 | 11001110 | 1011011 | 110110 | 0 | 10011 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135ECE
Complementary color
Monochromatic Colors of #135ECE
Black with #135ECE
Text Example
Text Example
White with #135ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ECE; }
p { color: rgb(19,94,206); }
H1.HeaderClassName
{
color: #135ECE;
}
.AnyTagClassName
{
color: #135ECE;
}
</style>
background-color css
<style>
a { background-color: #135ECE; }
a { background-color: rgb(19,94,206); }
div.DivClassName
{
background-color: #135ECE;
}
.BgClassName
{
background-color: #135ECE;
}
</style>
border-color css
<style>
span { border-color: #135ECE; }
span { border-color: rgb(19,94,206); }
td.TdClassName
{
border-color: #135ECE;
}
.TagClassName
{
border-color: #135ECE;
}
</style>