Shades of Denim #134DBC
Tints of Denim #134DBC
RGB
CMYK
RGB Variations
Color information
#134DBC (or 0x134DBC) is known color: Denim. HEX triplet: 13, 4D and BC. RGB value is (19,77,188). Sum of RGB (Red+Green+Blue) = 19+77+188=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #134DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DBC is #ECB243. Grayscale: #474747. Windows color (decimal): -15512132 or 12340499. OLE color: 12340499.
HSL color Cylindrical-coordinate representation of color #134DBC: hue angle of 219.41º 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 #134DBC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 77 | 188 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.26 |
| HSL | 219.41º | 0.82% | 0.41% | - |
| HSV(B) | 219.41º | 0.9% | 0.74% | - |
| XYZ | 12 | 9.08 | 48.7 | - |
| YUV | 72.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 188 | 0.90 | 0.59 | 0 | 0.26 | 219.41 | 0.82 | 0.41 |
| Hex | 13 | 4D | BC | 5A | 3B | 0 | 1A | DB | 52 | 29 |
| Octal | 23 | 115 | 274 | 132 | 73 | 0 | 32 | 333 | 122 | 51 |
| Binary | 10011 | 1001101 | 10111100 | 1011010 | 111011 | 0 | 11010 | 11011011 | 1010010 | 101001 |
Color Harmonies of #134DBC
Complementary color
Monochromatic Colors of #134DBC
Black with #134DBC
Text Example
Text Example
White with #134DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DBC; }
p { color: rgb(19,77,188); }
H1.HeaderClassName
{
color: #134DBC;
}
.AnyTagClassName
{
color: #134DBC;
}
</style>
background-color css
<style>
a { background-color: #134DBC; }
a { background-color: rgb(19,77,188); }
div.DivClassName
{
background-color: #134DBC;
}
.BgClassName
{
background-color: #134DBC;
}
</style>
border-color css
<style>
span { border-color: #134DBC; }
span { border-color: rgb(19,77,188); }
td.TdClassName
{
border-color: #134DBC;
}
.TagClassName
{
border-color: #134DBC;
}
</style>