Shades of Denim #135DCF
Tints of Denim #135DCF
RGB
CMYK
RGB Variations
Color information
#135DCF (or 0x135DCF) is known color: Denim. HEX triplet: 13, 5D and CF. RGB value is (19,93,207). Sum of RGB (Red+Green+Blue) = 19+93+207=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #135DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DCF is #ECA230. Grayscale: #535353. Windows color (decimal): -15508017 or 13589779. OLE color: 13589779.
HSL color Cylindrical-coordinate representation of color #135DCF: hue angle of 216.38º 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 #135DCF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 93 | 207 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.19 |
| HSL | 216.38º | 0.83% | 0.44% | - |
| HSV(B) | 216.38º | 0.91% | 0.81% | - |
| XYZ | 15.45 | 12.47 | 60.62 | - |
| YUV | 83.87 | 197.48 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 207 | 0.91 | 0.55 | 0 | 0.19 | 216.38 | 0.83 | 0.44 |
| Hex | 13 | 5D | CF | 5B | 37 | 0 | 13 | D8 | 53 | 2C |
| Octal | 23 | 135 | 317 | 133 | 67 | 0 | 23 | 330 | 123 | 54 |
| Binary | 10011 | 1011101 | 11001111 | 1011011 | 110111 | 0 | 10011 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135DCF
Complementary color
Monochromatic Colors of #135DCF
Black with #135DCF
Text Example
Text Example
White with #135DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DCF; }
p { color: rgb(19,93,207); }
H1.HeaderClassName
{
color: #135DCF;
}
.AnyTagClassName
{
color: #135DCF;
}
</style>
background-color css
<style>
a { background-color: #135DCF; }
a { background-color: rgb(19,93,207); }
div.DivClassName
{
background-color: #135DCF;
}
.BgClassName
{
background-color: #135DCF;
}
</style>
border-color css
<style>
span { border-color: #135DCF; }
span { border-color: rgb(19,93,207); }
td.TdClassName
{
border-color: #135DCF;
}
.TagClassName
{
border-color: #135DCF;
}
</style>