Shades of Denim #134DC6
Tints of Denim #134DC6
RGB
CMYK
RGB Variations
Color information
#134DC6 (or 0x134DC6) is known color: Denim. HEX triplet: 13, 4D and C6. RGB value is (19,77,198). Sum of RGB (Red+Green+Blue) = 19+77+198=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #134DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DC6 is #ECB239. Grayscale: #484848. Windows color (decimal): -15512122 or 12995859. OLE color: 12995859.
HSL color Cylindrical-coordinate representation of color #134DC6: hue angle of 220.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DC6 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 77 | 198 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.22 |
| HSL | 220.56º | 0.82% | 0.43% | - |
| HSV(B) | 220.56º | 0.9% | 0.78% | - |
| XYZ | 13.12 | 9.52 | 54.57 | - |
| YUV | 73.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 198 | 0.90 | 0.61 | 0 | 0.22 | 220.56 | 0.82 | 0.43 |
| Hex | 13 | 4D | C6 | 5A | 3D | 0 | 16 | DD | 52 | 2B |
| Octal | 23 | 115 | 306 | 132 | 75 | 0 | 26 | 335 | 122 | 53 |
| Binary | 10011 | 1001101 | 11000110 | 1011010 | 111101 | 0 | 10110 | 11011101 | 1010010 | 101011 |
Color Harmonies of #134DC6
Complementary color
Monochromatic Colors of #134DC6
Black with #134DC6
Text Example
Text Example
White with #134DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DC6; }
p { color: rgb(19,77,198); }
H1.HeaderClassName
{
color: #134DC6;
}
.AnyTagClassName
{
color: #134DC6;
}
</style>
background-color css
<style>
a { background-color: #134DC6; }
a { background-color: rgb(19,77,198); }
div.DivClassName
{
background-color: #134DC6;
}
.BgClassName
{
background-color: #134DC6;
}
</style>
border-color css
<style>
span { border-color: #134DC6; }
span { border-color: rgb(19,77,198); }
td.TdClassName
{
border-color: #134DC6;
}
.TagClassName
{
border-color: #134DC6;
}
</style>