Shades of Denim #135DB3
Tints of Denim #135DB3
RGB
CMYK
RGB Variations
Color information
#135DB3 (or 0x135DB3) is known color: Denim. HEX triplet: 13, 5D and B3. RGB value is (19,93,179). Sum of RGB (Red+Green+Blue) = 19+93+179=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #135DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DB3 is #ECA24C. Grayscale: #505050. Windows color (decimal): -15508045 or 11754771. OLE color: 11754771.
HSL color Cylindrical-coordinate representation of color #135DB3: hue angle of 212.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135DB3 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 93 | 179 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.30 |
| HSL | 212.25º | 0.81% | 0.39% | - |
| HSV(B) | 212.25º | 0.89% | 0.7% | - |
| XYZ | 12.32 | 11.22 | 44.16 | - |
| YUV | 80.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 179 | 0.89 | 0.48 | 0 | 0.30 | 212.25 | 0.81 | 0.39 |
| Hex | 13 | 5D | B3 | 59 | 30 | 0 | 1E | D4 | 51 | 27 |
| Octal | 23 | 135 | 263 | 131 | 60 | 0 | 36 | 324 | 121 | 47 |
| Binary | 10011 | 1011101 | 10110011 | 1011001 | 110000 | 0 | 11110 | 11010100 | 1010001 | 100111 |
Color Harmonies of #135DB3
Complementary color
Monochromatic Colors of #135DB3
Black with #135DB3
Text Example
Text Example
White with #135DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DB3; }
p { color: rgb(19,93,179); }
H1.HeaderClassName
{
color: #135DB3;
}
.AnyTagClassName
{
color: #135DB3;
}
</style>
background-color css
<style>
a { background-color: #135DB3; }
a { background-color: rgb(19,93,179); }
div.DivClassName
{
background-color: #135DB3;
}
.BgClassName
{
background-color: #135DB3;
}
</style>
border-color css
<style>
span { border-color: #135DB3; }
span { border-color: rgb(19,93,179); }
td.TdClassName
{
border-color: #135DB3;
}
.TagClassName
{
border-color: #135DB3;
}
</style>