Shades of Denim #134DBD
Tints of Denim #134DBD
RGB
CMYK
RGB Variations
Color information
#134DBD (or 0x134DBD) is known color: Denim. HEX triplet: 13, 4D and BD. RGB value is (19,77,189). Sum of RGB (Red+Green+Blue) = 19+77+189=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #134DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DBD is #ECB242. Grayscale: #474747. Windows color (decimal): -15512131 or 12406035. OLE color: 12406035.
HSL color Cylindrical-coordinate representation of color #134DBD: hue angle of 219.53º 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 #134DBD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 77 | 189 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.26 |
| HSL | 219.53º | 0.82% | 0.41% | - |
| HSV(B) | 219.53º | 0.9% | 0.74% | - |
| XYZ | 12.11 | 9.12 | 49.27 | - |
| YUV | 72.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 189 | 0.90 | 0.59 | 0 | 0.26 | 219.53 | 0.82 | 0.41 |
| Hex | 13 | 4D | BD | 5A | 3B | 0 | 1A | DC | 52 | 29 |
| Octal | 23 | 115 | 275 | 132 | 73 | 0 | 32 | 334 | 122 | 51 |
| Binary | 10011 | 1001101 | 10111101 | 1011010 | 111011 | 0 | 11010 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134DBD
Complementary color
Monochromatic Colors of #134DBD
Black with #134DBD
Text Example
Text Example
White with #134DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DBD; }
p { color: rgb(19,77,189); }
H1.HeaderClassName
{
color: #134DBD;
}
.AnyTagClassName
{
color: #134DBD;
}
</style>
background-color css
<style>
a { background-color: #134DBD; }
a { background-color: rgb(19,77,189); }
div.DivClassName
{
background-color: #134DBD;
}
.BgClassName
{
background-color: #134DBD;
}
</style>
border-color css
<style>
span { border-color: #134DBD; }
span { border-color: rgb(19,77,189); }
td.TdClassName
{
border-color: #134DBD;
}
.TagClassName
{
border-color: #134DBD;
}
</style>