Shades of Denim #135DCE
Tints of Denim #135DCE
RGB
CMYK
RGB Variations
Color information
#135DCE (or 0x135DCE) is known color: Denim. HEX triplet: 13, 5D and CE. RGB value is (19,93,206). Sum of RGB (Red+Green+Blue) = 19+93+206=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #135DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DCE is #ECA231. Grayscale: #535353. Windows color (decimal): -15508018 or 13524243. OLE color: 13524243.
HSL color Cylindrical-coordinate representation of color #135DCE: hue angle of 216.26º 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 #135DCE is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 93 | 206 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.19 |
| HSL | 216.26º | 0.83% | 0.44% | - |
| HSV(B) | 216.26º | 0.91% | 0.81% | - |
| XYZ | 15.32 | 12.42 | 59.98 | - |
| YUV | 83.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 206 | 0.91 | 0.55 | 0 | 0.19 | 216.26 | 0.83 | 0.44 |
| Hex | 13 | 5D | CE | 5B | 37 | 0 | 13 | D8 | 53 | 2C |
| Octal | 23 | 135 | 316 | 133 | 67 | 0 | 23 | 330 | 123 | 54 |
| Binary | 10011 | 1011101 | 11001110 | 1011011 | 110111 | 0 | 10011 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135DCE
Complementary color
Monochromatic Colors of #135DCE
Black with #135DCE
Text Example
Text Example
White with #135DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DCE; }
p { color: rgb(19,93,206); }
H1.HeaderClassName
{
color: #135DCE;
}
.AnyTagClassName
{
color: #135DCE;
}
</style>
background-color css
<style>
a { background-color: #135DCE; }
a { background-color: rgb(19,93,206); }
div.DivClassName
{
background-color: #135DCE;
}
.BgClassName
{
background-color: #135DCE;
}
</style>
border-color css
<style>
span { border-color: #135DCE; }
span { border-color: rgb(19,93,206); }
td.TdClassName
{
border-color: #135DCE;
}
.TagClassName
{
border-color: #135DCE;
}
</style>