Shades of Denim #134ED7
Tints of Denim #134ED7
RGB
CMYK
RGB Variations
Color information
#134ED7 (or 0x134ED7) is known color: Denim. HEX triplet: 13, 4E and D7. RGB value is (19,78,215). Sum of RGB (Red+Green+Blue) = 19+78+215=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #134ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ED7 is #ECB128. Grayscale: #4B4B4B. Windows color (decimal): -15511849 or 14110227. OLE color: 14110227.
HSL color Cylindrical-coordinate representation of color #134ED7: hue angle of 221.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ED7 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 78 | 215 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.16 |
| HSL | 221.94º | 0.84% | 0.46% | - |
| HSV(B) | 221.94º | 0.91% | 0.84% | - |
| XYZ | 15.26 | 10.49 | 65.51 | - |
| YUV | 75.98 | 206.45 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 215 | 0.91 | 0.64 | 0 | 0.16 | 221.94 | 0.84 | 0.46 |
| Hex | 13 | 4E | D7 | 5B | 40 | 0 | 10 | DE | 54 | 2E |
| Octal | 23 | 116 | 327 | 133 | 100 | 0 | 20 | 336 | 124 | 56 |
| Binary | 10011 | 1001110 | 11010111 | 1011011 | 1000000 | 0 | 10000 | 11011110 | 1010100 | 101110 |
Color Harmonies of #134ED7
Complementary color
Monochromatic Colors of #134ED7
Black with #134ED7
Text Example
Text Example
White with #134ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ED7; }
p { color: rgb(19,78,215); }
H1.HeaderClassName
{
color: #134ED7;
}
.AnyTagClassName
{
color: #134ED7;
}
</style>
background-color css
<style>
a { background-color: #134ED7; }
a { background-color: rgb(19,78,215); }
div.DivClassName
{
background-color: #134ED7;
}
.BgClassName
{
background-color: #134ED7;
}
</style>
border-color css
<style>
span { border-color: #134ED7; }
span { border-color: rgb(19,78,215); }
td.TdClassName
{
border-color: #134ED7;
}
.TagClassName
{
border-color: #134ED7;
}
</style>