Shades of Denim #134ED9
Tints of Denim #134ED9
RGB
CMYK
RGB Variations
Color information
#134ED9 (or 0x134ED9) is known color: Denim. HEX triplet: 13, 4E and D9. RGB value is (19,78,217). Sum of RGB (Red+Green+Blue) = 19+78+217=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 217 (85.16% from 255 or 69.11% from 314); Max value from RGB is 217 - color contains mainly: blue. Hex color #134ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ED9 is #ECB126. Grayscale: #4B4B4B. Windows color (decimal): -15511847 or 14241299. OLE color: 14241299.
HSL color Cylindrical-coordinate representation of color #134ED9: hue angle of 222.12º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ED9 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 78 | 217 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.15 |
| HSL | 222.12º | 0.84% | 0.46% | - |
| HSV(B) | 222.12º | 0.91% | 0.85% | - |
| XYZ | 15.52 | 10.6 | 66.87 | - |
| YUV | 76.21 | 207.45 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 217 | 0.91 | 0.64 | 0 | 0.15 | 222.12 | 0.84 | 0.46 |
| Hex | 13 | 4E | D9 | 5B | 40 | 0 | F | DE | 54 | 2E |
| Octal | 23 | 116 | 331 | 133 | 100 | 0 | 17 | 336 | 124 | 56 |
| Binary | 10011 | 1001110 | 11011001 | 1011011 | 1000000 | 0 | 1111 | 11011110 | 1010100 | 101110 |
Color Harmonies of #134ED9
Complementary color
Monochromatic Colors of #134ED9
Black with #134ED9
Text Example
Text Example
White with #134ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ED9; }
p { color: rgb(19,78,217); }
H1.HeaderClassName
{
color: #134ED9;
}
.AnyTagClassName
{
color: #134ED9;
}
</style>
background-color css
<style>
a { background-color: #134ED9; }
a { background-color: rgb(19,78,217); }
div.DivClassName
{
background-color: #134ED9;
}
.BgClassName
{
background-color: #134ED9;
}
</style>
border-color css
<style>
span { border-color: #134ED9; }
span { border-color: rgb(19,78,217); }
td.TdClassName
{
border-color: #134ED9;
}
.TagClassName
{
border-color: #134ED9;
}
</style>