Shades of Denim #135ABF
Tints of Denim #135ABF
RGB
CMYK
RGB Variations
Color information
#135ABF (or 0x135ABF) is known color: Denim. HEX triplet: 13, 5A and BF. RGB value is (19,90,191). Sum of RGB (Red+Green+Blue) = 19+90+191=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #135ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ABF is #ECA540. Grayscale: #4F4F4F. Windows color (decimal): -15508801 or 12540435. OLE color: 12540435.
HSL color Cylindrical-coordinate representation of color #135ABF: hue angle of 215.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135ABF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 90 | 191 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.25 |
| HSL | 215.23º | 0.82% | 0.41% | - |
| HSV(B) | 215.23º | 0.9% | 0.75% | - |
| XYZ | 13.33 | 11.21 | 50.75 | - |
| YUV | 80.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 191 | 0.90 | 0.53 | 0 | 0.25 | 215.23 | 0.82 | 0.41 |
| Hex | 13 | 5A | BF | 5A | 35 | 0 | 19 | D7 | 52 | 29 |
| Octal | 23 | 132 | 277 | 132 | 65 | 0 | 31 | 327 | 122 | 51 |
| Binary | 10011 | 1011010 | 10111111 | 1011010 | 110101 | 0 | 11001 | 11010111 | 1010010 | 101001 |
Color Harmonies of #135ABF
Complementary color
Monochromatic Colors of #135ABF
Black with #135ABF
Text Example
Text Example
White with #135ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ABF; }
p { color: rgb(19,90,191); }
H1.HeaderClassName
{
color: #135ABF;
}
.AnyTagClassName
{
color: #135ABF;
}
</style>
background-color css
<style>
a { background-color: #135ABF; }
a { background-color: rgb(19,90,191); }
div.DivClassName
{
background-color: #135ABF;
}
.BgClassName
{
background-color: #135ABF;
}
</style>
border-color css
<style>
span { border-color: #135ABF; }
span { border-color: rgb(19,90,191); }
td.TdClassName
{
border-color: #135ABF;
}
.TagClassName
{
border-color: #135ABF;
}
</style>