Shades of Denim #134ED4
Tints of Denim #134ED4
RGB
CMYK
RGB Variations
Color information
#134ED4 (or 0x134ED4) is known color: Denim. HEX triplet: 13, 4E and D4. RGB value is (19,78,212). Sum of RGB (Red+Green+Blue) = 19+78+212=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 212 (83.20% from 255 or 68.61% from 309); Max value from RGB is 212 - color contains mainly: blue. Hex color #134ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ED4 is #ECB12B. Grayscale: #4B4B4B. Windows color (decimal): -15511852 or 13913619. OLE color: 13913619.
HSL color Cylindrical-coordinate representation of color #134ED4: hue angle of 221.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ED4 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 78 | 212 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.17 |
| HSL | 221.66º | 0.84% | 0.45% | - |
| HSV(B) | 221.66º | 0.91% | 0.83% | - |
| XYZ | 14.88 | 10.34 | 63.5 | - |
| YUV | 75.64 | 204.95 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 212 | 0.91 | 0.63 | 0 | 0.17 | 221.66 | 0.84 | 0.45 |
| Hex | 13 | 4E | D4 | 5B | 3F | 0 | 11 | DE | 54 | 2D |
| Octal | 23 | 116 | 324 | 133 | 77 | 0 | 21 | 336 | 124 | 55 |
| Binary | 10011 | 1001110 | 11010100 | 1011011 | 111111 | 0 | 10001 | 11011110 | 1010100 | 101101 |
Color Harmonies of #134ED4
Complementary color
Monochromatic Colors of #134ED4
Black with #134ED4
Text Example
Text Example
White with #134ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ED4; }
p { color: rgb(19,78,212); }
H1.HeaderClassName
{
color: #134ED4;
}
.AnyTagClassName
{
color: #134ED4;
}
</style>
background-color css
<style>
a { background-color: #134ED4; }
a { background-color: rgb(19,78,212); }
div.DivClassName
{
background-color: #134ED4;
}
.BgClassName
{
background-color: #134ED4;
}
</style>
border-color css
<style>
span { border-color: #134ED4; }
span { border-color: rgb(19,78,212); }
td.TdClassName
{
border-color: #134ED4;
}
.TagClassName
{
border-color: #134ED4;
}
</style>