Shades of Denim #135CCF
Tints of Denim #135CCF
RGB
CMYK
RGB Variations
Color information
#135CCF (or 0x135CCF) is known color: Denim. HEX triplet: 13, 5C and CF. RGB value is (19,92,207). Sum of RGB (Red+Green+Blue) = 19+92+207=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #135CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CCF is #ECA330. Grayscale: #525252. Windows color (decimal): -15508273 or 13589523. OLE color: 13589523.
HSL color Cylindrical-coordinate representation of color #135CCF: hue angle of 216.7º 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 #135CCF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 92 | 207 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.19 |
| HSL | 216.7º | 0.83% | 0.44% | - |
| HSV(B) | 216.7º | 0.91% | 0.81% | - |
| XYZ | 15.36 | 12.3 | 60.6 | - |
| YUV | 83.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 207 | 0.91 | 0.56 | 0 | 0.19 | 216.7 | 0.83 | 0.44 |
| Hex | 13 | 5C | CF | 5B | 38 | 0 | 13 | D9 | 53 | 2C |
| Octal | 23 | 134 | 317 | 133 | 70 | 0 | 23 | 331 | 123 | 54 |
| Binary | 10011 | 1011100 | 11001111 | 1011011 | 111000 | 0 | 10011 | 11011001 | 1010011 | 101100 |
Color Harmonies of #135CCF
Complementary color
Monochromatic Colors of #135CCF
Black with #135CCF
Text Example
Text Example
White with #135CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CCF; }
p { color: rgb(19,92,207); }
H1.HeaderClassName
{
color: #135CCF;
}
.AnyTagClassName
{
color: #135CCF;
}
</style>
background-color css
<style>
a { background-color: #135CCF; }
a { background-color: rgb(19,92,207); }
div.DivClassName
{
background-color: #135CCF;
}
.BgClassName
{
background-color: #135CCF;
}
</style>
border-color css
<style>
span { border-color: #135CCF; }
span { border-color: rgb(19,92,207); }
td.TdClassName
{
border-color: #135CCF;
}
.TagClassName
{
border-color: #135CCF;
}
</style>