Shades of Denim #134DB6
Tints of Denim #134DB6
RGB
CMYK
RGB Variations
Color information
#134DB6 (or 0x134DB6) is known color: Denim. HEX triplet: 13, 4D and B6. RGB value is (19,77,182). Sum of RGB (Red+Green+Blue) = 19+77+182=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #134DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DB6 is #ECB249. Grayscale: #474747. Windows color (decimal): -15512138 or 11947283. OLE color: 11947283.
HSL color Cylindrical-coordinate representation of color #134DB6: hue angle of 218.65º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DB6 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 77 | 182 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.29 |
| HSL | 218.65º | 0.81% | 0.39% | - |
| HSV(B) | 218.65º | 0.9% | 0.71% | - |
| XYZ | 11.37 | 8.82 | 45.36 | - |
| YUV | 71.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 182 | 0.90 | 0.58 | 0 | 0.29 | 218.65 | 0.81 | 0.39 |
| Hex | 13 | 4D | B6 | 5A | 3A | 0 | 1D | DB | 51 | 27 |
| Octal | 23 | 115 | 266 | 132 | 72 | 0 | 35 | 333 | 121 | 47 |
| Binary | 10011 | 1001101 | 10110110 | 1011010 | 111010 | 0 | 11101 | 11011011 | 1010001 | 100111 |
Color Harmonies of #134DB6
Complementary color
Monochromatic Colors of #134DB6
Black with #134DB6
Text Example
Text Example
White with #134DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DB6; }
p { color: rgb(19,77,182); }
H1.HeaderClassName
{
color: #134DB6;
}
.AnyTagClassName
{
color: #134DB6;
}
</style>
background-color css
<style>
a { background-color: #134DB6; }
a { background-color: rgb(19,77,182); }
div.DivClassName
{
background-color: #134DB6;
}
.BgClassName
{
background-color: #134DB6;
}
</style>
border-color css
<style>
span { border-color: #134DB6; }
span { border-color: rgb(19,77,182); }
td.TdClassName
{
border-color: #134DB6;
}
.TagClassName
{
border-color: #134DB6;
}
</style>