Shades of Denim #134ED5
Tints of Denim #134ED5
RGB
CMYK
RGB Variations
Color information
#134ED5 (or 0x134ED5) is known color: Denim. HEX triplet: 13, 4E and D5. RGB value is (19,78,213). Sum of RGB (Red+Green+Blue) = 19+78+213=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #134ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ED5 is #ECB12A. Grayscale: #4B4B4B. Windows color (decimal): -15511851 or 13979155. OLE color: 13979155.
HSL color Cylindrical-coordinate representation of color #134ED5: hue angle of 221.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ED5 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 78 | 213 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.16 |
| HSL | 221.75º | 0.84% | 0.45% | - |
| HSV(B) | 221.75º | 0.91% | 0.84% | - |
| XYZ | 15 | 10.39 | 64.17 | - |
| YUV | 75.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 213 | 0.91 | 0.63 | 0 | 0.16 | 221.75 | 0.84 | 0.45 |
| Hex | 13 | 4E | D5 | 5B | 3F | 0 | 10 | DE | 54 | 2D |
| Octal | 23 | 116 | 325 | 133 | 77 | 0 | 20 | 336 | 124 | 55 |
| Binary | 10011 | 1001110 | 11010101 | 1011011 | 111111 | 0 | 10000 | 11011110 | 1010100 | 101101 |
Color Harmonies of #134ED5
Complementary color
Monochromatic Colors of #134ED5
Black with #134ED5
Text Example
Text Example
White with #134ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ED5; }
p { color: rgb(19,78,213); }
H1.HeaderClassName
{
color: #134ED5;
}
.AnyTagClassName
{
color: #134ED5;
}
</style>
background-color css
<style>
a { background-color: #134ED5; }
a { background-color: rgb(19,78,213); }
div.DivClassName
{
background-color: #134ED5;
}
.BgClassName
{
background-color: #134ED5;
}
</style>
border-color css
<style>
span { border-color: #134ED5; }
span { border-color: rgb(19,78,213); }
td.TdClassName
{
border-color: #134ED5;
}
.TagClassName
{
border-color: #134ED5;
}
</style>