Shades of Denim #134EC0
Tints of Denim #134EC0
RGB
CMYK
RGB Variations
Color information
#134EC0 (or 0x134EC0) is known color: Denim. HEX triplet: 13, 4E and C0. RGB value is (19,78,192). Sum of RGB (Red+Green+Blue) = 19+78+192=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #134EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EC0 is #ECB13F. Grayscale: #484848. Windows color (decimal): -15511872 or 12602899. OLE color: 12602899.
HSL color Cylindrical-coordinate representation of color #134EC0: hue angle of 219.54º 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 #134EC0 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 78 | 192 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.25 |
| HSL | 219.54º | 0.82% | 0.41% | - |
| HSV(B) | 219.54º | 0.9% | 0.75% | - |
| XYZ | 12.51 | 9.39 | 51.02 | - |
| YUV | 73.36 | 194.95 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 192 | 0.90 | 0.59 | 0 | 0.25 | 219.54 | 0.82 | 0.41 |
| Hex | 13 | 4E | C0 | 5A | 3B | 0 | 19 | DC | 52 | 29 |
| Octal | 23 | 116 | 300 | 132 | 73 | 0 | 31 | 334 | 122 | 51 |
| Binary | 10011 | 1001110 | 11000000 | 1011010 | 111011 | 0 | 11001 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134EC0
Complementary color
Monochromatic Colors of #134EC0
Black with #134EC0
Text Example
Text Example
White with #134EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EC0; }
p { color: rgb(19,78,192); }
H1.HeaderClassName
{
color: #134EC0;
}
.AnyTagClassName
{
color: #134EC0;
}
</style>
background-color css
<style>
a { background-color: #134EC0; }
a { background-color: rgb(19,78,192); }
div.DivClassName
{
background-color: #134EC0;
}
.BgClassName
{
background-color: #134EC0;
}
</style>
border-color css
<style>
span { border-color: #134EC0; }
span { border-color: rgb(19,78,192); }
td.TdClassName
{
border-color: #134EC0;
}
.TagClassName
{
border-color: #134EC0;
}
</style>