Shades of Denim #135DCB
Tints of Denim #135DCB
RGB
CMYK
RGB Variations
Color information
#135DCB (or 0x135DCB) is known color: Denim. HEX triplet: 13, 5D and CB. RGB value is (19,93,203). Sum of RGB (Red+Green+Blue) = 19+93+203=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #135DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DCB is #ECA234. Grayscale: #525252. Windows color (decimal): -15508021 or 13327635. OLE color: 13327635.
HSL color Cylindrical-coordinate representation of color #135DCB: hue angle of 215.87º 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 #135DCB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 93 | 203 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.20 |
| HSL | 215.87º | 0.83% | 0.44% | - |
| HSV(B) | 215.87º | 0.91% | 0.8% | - |
| XYZ | 14.96 | 12.28 | 58.08 | - |
| YUV | 83.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 203 | 0.91 | 0.54 | 0 | 0.20 | 215.87 | 0.83 | 0.44 |
| Hex | 13 | 5D | CB | 5B | 36 | 0 | 14 | D8 | 53 | 2C |
| Octal | 23 | 135 | 313 | 133 | 66 | 0 | 24 | 330 | 123 | 54 |
| Binary | 10011 | 1011101 | 11001011 | 1011011 | 110110 | 0 | 10100 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135DCB
Complementary color
Monochromatic Colors of #135DCB
Black with #135DCB
Text Example
Text Example
White with #135DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DCB; }
p { color: rgb(19,93,203); }
H1.HeaderClassName
{
color: #135DCB;
}
.AnyTagClassName
{
color: #135DCB;
}
</style>
background-color css
<style>
a { background-color: #135DCB; }
a { background-color: rgb(19,93,203); }
div.DivClassName
{
background-color: #135DCB;
}
.BgClassName
{
background-color: #135DCB;
}
</style>
border-color css
<style>
span { border-color: #135DCB; }
span { border-color: rgb(19,93,203); }
td.TdClassName
{
border-color: #135DCB;
}
.TagClassName
{
border-color: #135DCB;
}
</style>