Shades of Denim #135ACC
Tints of Denim #135ACC
RGB
CMYK
RGB Variations
Color information
#135ACC (or 0x135ACC) is known color: Denim. HEX triplet: 13, 5A and CC. RGB value is (19,90,204). Sum of RGB (Red+Green+Blue) = 19+90+204=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #135ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ACC is #ECA533. Grayscale: #515151. Windows color (decimal): -15508788 or 13392403. OLE color: 13392403.
HSL color Cylindrical-coordinate representation of color #135ACC: hue angle of 216.97º 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 #135ACC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 90 | 204 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.2 |
| HSL | 216.97º | 0.83% | 0.44% | - |
| HSV(B) | 216.97º | 0.91% | 0.8% | - |
| XYZ | 14.82 | 11.81 | 58.63 | - |
| YUV | 81.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 204 | 0.91 | 0.56 | 0 | 0.2 | 216.97 | 0.83 | 0.44 |
| Hex | 13 | 5A | CC | 5B | 38 | 0 | 14 | D9 | 53 | 2C |
| Octal | 23 | 132 | 314 | 133 | 70 | 0 | 24 | 331 | 123 | 54 |
| Binary | 10011 | 1011010 | 11001100 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010011 | 101100 |
Color Harmonies of #135ACC
Complementary color
Monochromatic Colors of #135ACC
Black with #135ACC
Text Example
Text Example
White with #135ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ACC; }
p { color: rgb(19,90,204); }
H1.HeaderClassName
{
color: #135ACC;
}
.AnyTagClassName
{
color: #135ACC;
}
</style>
background-color css
<style>
a { background-color: #135ACC; }
a { background-color: rgb(19,90,204); }
div.DivClassName
{
background-color: #135ACC;
}
.BgClassName
{
background-color: #135ACC;
}
</style>
border-color css
<style>
span { border-color: #135ACC; }
span { border-color: rgb(19,90,204); }
td.TdClassName
{
border-color: #135ACC;
}
.TagClassName
{
border-color: #135ACC;
}
</style>