Shades of Denim #135EBA
Tints of Denim #135EBA
RGB
CMYK
RGB Variations
Color information
#135EBA (or 0x135EBA) is known color: Denim. HEX triplet: 13, 5E and BA. RGB value is (19,94,186). Sum of RGB (Red+Green+Blue) = 19+94+186=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #135EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EBA is #ECA145. Grayscale: #515151. Windows color (decimal): -15507782 or 12213779. OLE color: 12213779.
HSL color Cylindrical-coordinate representation of color #135EBA: hue angle of 213.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135EBA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 94 | 186 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.27 |
| HSL | 213.05º | 0.81% | 0.4% | - |
| HSV(B) | 213.05º | 0.9% | 0.73% | - |
| XYZ | 13.13 | 11.69 | 48.02 | - |
| YUV | 82.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 186 | 0.90 | 0.49 | 0 | 0.27 | 213.05 | 0.81 | 0.4 |
| Hex | 13 | 5E | BA | 5A | 31 | 0 | 1B | D5 | 51 | 28 |
| Octal | 23 | 136 | 272 | 132 | 61 | 0 | 33 | 325 | 121 | 50 |
| Binary | 10011 | 1011110 | 10111010 | 1011010 | 110001 | 0 | 11011 | 11010101 | 1010001 | 101000 |
Color Harmonies of #135EBA
Complementary color
Monochromatic Colors of #135EBA
Black with #135EBA
Text Example
Text Example
White with #135EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EBA; }
p { color: rgb(19,94,186); }
H1.HeaderClassName
{
color: #135EBA;
}
.AnyTagClassName
{
color: #135EBA;
}
</style>
background-color css
<style>
a { background-color: #135EBA; }
a { background-color: rgb(19,94,186); }
div.DivClassName
{
background-color: #135EBA;
}
.BgClassName
{
background-color: #135EBA;
}
</style>
border-color css
<style>
span { border-color: #135EBA; }
span { border-color: rgb(19,94,186); }
td.TdClassName
{
border-color: #135EBA;
}
.TagClassName
{
border-color: #135EBA;
}
</style>