Shades of Denim #135AB9
Tints of Denim #135AB9
RGB
CMYK
RGB Variations
Color information
#135AB9 (or 0x135AB9) is known color: Denim. HEX triplet: 13, 5A and B9. RGB value is (19,90,185). Sum of RGB (Red+Green+Blue) = 19+90+185=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #135AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AB9 is #ECA546. Grayscale: #4F4F4F. Windows color (decimal): -15508807 or 12147219. OLE color: 12147219.
HSL color Cylindrical-coordinate representation of color #135AB9: hue angle of 214.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AB9 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 90 | 185 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.27 |
| HSL | 214.34º | 0.81% | 0.4% | - |
| HSV(B) | 214.34º | 0.9% | 0.73% | - |
| XYZ | 12.68 | 10.95 | 47.34 | - |
| YUV | 79.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 185 | 0.90 | 0.51 | 0 | 0.27 | 214.34 | 0.81 | 0.4 |
| Hex | 13 | 5A | B9 | 5A | 33 | 0 | 1B | D6 | 51 | 28 |
| Octal | 23 | 132 | 271 | 132 | 63 | 0 | 33 | 326 | 121 | 50 |
| Binary | 10011 | 1011010 | 10111001 | 1011010 | 110011 | 0 | 11011 | 11010110 | 1010001 | 101000 |
Color Harmonies of #135AB9
Complementary color
Monochromatic Colors of #135AB9
Black with #135AB9
Text Example
Text Example
White with #135AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AB9; }
p { color: rgb(19,90,185); }
H1.HeaderClassName
{
color: #135AB9;
}
.AnyTagClassName
{
color: #135AB9;
}
</style>
background-color css
<style>
a { background-color: #135AB9; }
a { background-color: rgb(19,90,185); }
div.DivClassName
{
background-color: #135AB9;
}
.BgClassName
{
background-color: #135AB9;
}
</style>
border-color css
<style>
span { border-color: #135AB9; }
span { border-color: rgb(19,90,185); }
td.TdClassName
{
border-color: #135AB9;
}
.TagClassName
{
border-color: #135AB9;
}
</style>