Shades of Denim #135CBD
Tints of Denim #135CBD
RGB
CMYK
RGB Variations
Color information
#135CBD (or 0x135CBD) is known color: Denim. HEX triplet: 13, 5C and BD. RGB value is (19,92,189). Sum of RGB (Red+Green+Blue) = 19+92+189=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #135CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CBD is #ECA342. Grayscale: #505050. Windows color (decimal): -15508291 or 12409875. OLE color: 12409875.
HSL color Cylindrical-coordinate representation of color #135CBD: hue angle of 214.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135CBD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 92 | 189 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.26 |
| HSL | 214.24º | 0.82% | 0.41% | - |
| HSV(B) | 214.24º | 0.9% | 0.74% | - |
| XYZ | 13.28 | 11.47 | 49.66 | - |
| YUV | 81.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 189 | 0.90 | 0.51 | 0 | 0.26 | 214.24 | 0.82 | 0.41 |
| Hex | 13 | 5C | BD | 5A | 33 | 0 | 1A | D6 | 52 | 29 |
| Octal | 23 | 134 | 275 | 132 | 63 | 0 | 32 | 326 | 122 | 51 |
| Binary | 10011 | 1011100 | 10111101 | 1011010 | 110011 | 0 | 11010 | 11010110 | 1010010 | 101001 |
Color Harmonies of #135CBD
Complementary color
Monochromatic Colors of #135CBD
Black with #135CBD
Text Example
Text Example
White with #135CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CBD; }
p { color: rgb(19,92,189); }
H1.HeaderClassName
{
color: #135CBD;
}
.AnyTagClassName
{
color: #135CBD;
}
</style>
background-color css
<style>
a { background-color: #135CBD; }
a { background-color: rgb(19,92,189); }
div.DivClassName
{
background-color: #135CBD;
}
.BgClassName
{
background-color: #135CBD;
}
</style>
border-color css
<style>
span { border-color: #135CBD; }
span { border-color: rgb(19,92,189); }
td.TdClassName
{
border-color: #135CBD;
}
.TagClassName
{
border-color: #135CBD;
}
</style>