Shades of Denim #135ACF
Tints of Denim #135ACF
RGB
CMYK
RGB Variations
Color information
#135ACF (or 0x135ACF) is known color: Denim. HEX triplet: 13, 5A and CF. RGB value is (19,90,207). Sum of RGB (Red+Green+Blue) = 19+90+207=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #135ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ACF is #ECA530. Grayscale: #515151. Windows color (decimal): -15508785 or 13589011. OLE color: 13589011.
HSL color Cylindrical-coordinate representation of color #135ACF: hue angle of 217.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ACF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 90 | 207 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.19 |
| HSL | 217.34º | 0.83% | 0.44% | - |
| HSV(B) | 217.34º | 0.91% | 0.81% | - |
| XYZ | 15.19 | 11.96 | 60.54 | - |
| YUV | 82.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 207 | 0.91 | 0.57 | 0 | 0.19 | 217.34 | 0.83 | 0.44 |
| Hex | 13 | 5A | CF | 5B | 39 | 0 | 13 | D9 | 53 | 2C |
| Octal | 23 | 132 | 317 | 133 | 71 | 0 | 23 | 331 | 123 | 54 |
| Binary | 10011 | 1011010 | 11001111 | 1011011 | 111001 | 0 | 10011 | 11011001 | 1010011 | 101100 |
Color Harmonies of #135ACF
Complementary color
Monochromatic Colors of #135ACF
Black with #135ACF
Text Example
Text Example
White with #135ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ACF; }
p { color: rgb(19,90,207); }
H1.HeaderClassName
{
color: #135ACF;
}
.AnyTagClassName
{
color: #135ACF;
}
</style>
background-color css
<style>
a { background-color: #135ACF; }
a { background-color: rgb(19,90,207); }
div.DivClassName
{
background-color: #135ACF;
}
.BgClassName
{
background-color: #135ACF;
}
</style>
border-color css
<style>
span { border-color: #135ACF; }
span { border-color: rgb(19,90,207); }
td.TdClassName
{
border-color: #135ACF;
}
.TagClassName
{
border-color: #135ACF;
}
</style>