Shades of Denim #134DBE
Tints of Denim #134DBE
RGB
CMYK
RGB Variations
Color information
#134DBE (or 0x134DBE) is known color: Denim. HEX triplet: 13, 4D and BE. RGB value is (19,77,190). Sum of RGB (Red+Green+Blue) = 19+77+190=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #134DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DBE is #ECB241. Grayscale: #484848. Windows color (decimal): -15512130 or 12471571. OLE color: 12471571.
HSL color Cylindrical-coordinate representation of color #134DBE: hue angle of 219.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DBE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 77 | 190 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.25 |
| HSL | 219.65º | 0.82% | 0.41% | - |
| HSV(B) | 219.65º | 0.9% | 0.75% | - |
| XYZ | 12.22 | 9.16 | 49.84 | - |
| YUV | 72.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 190 | 0.90 | 0.59 | 0 | 0.25 | 219.65 | 0.82 | 0.41 |
| Hex | 13 | 4D | BE | 5A | 3B | 0 | 19 | DC | 52 | 29 |
| Octal | 23 | 115 | 276 | 132 | 73 | 0 | 31 | 334 | 122 | 51 |
| Binary | 10011 | 1001101 | 10111110 | 1011010 | 111011 | 0 | 11001 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134DBE
Complementary color
Monochromatic Colors of #134DBE
Black with #134DBE
Text Example
Text Example
White with #134DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DBE; }
p { color: rgb(19,77,190); }
H1.HeaderClassName
{
color: #134DBE;
}
.AnyTagClassName
{
color: #134DBE;
}
</style>
background-color css
<style>
a { background-color: #134DBE; }
a { background-color: rgb(19,77,190); }
div.DivClassName
{
background-color: #134DBE;
}
.BgClassName
{
background-color: #134DBE;
}
</style>
border-color css
<style>
span { border-color: #134DBE; }
span { border-color: rgb(19,77,190); }
td.TdClassName
{
border-color: #134DBE;
}
.TagClassName
{
border-color: #134DBE;
}
</style>