Shades of Denim #134ECC
Tints of Denim #134ECC
RGB
CMYK
RGB Variations
Color information
#134ECC (or 0x134ECC) is known color: Denim. HEX triplet: 13, 4E and CC. RGB value is (19,78,204). Sum of RGB (Red+Green+Blue) = 19+78+204=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #134ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ECC is #ECB133. Grayscale: #4A4A4A. Windows color (decimal): -15511860 or 13389331. OLE color: 13389331.
HSL color Cylindrical-coordinate representation of color #134ECC: hue angle of 220.86º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ECC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 78 | 204 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.2 |
| HSL | 220.86º | 0.83% | 0.44% | - |
| HSV(B) | 220.86º | 0.91% | 0.8% | - |
| XYZ | 13.89 | 9.95 | 58.31 | - |
| YUV | 74.72 | 200.95 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 204 | 0.91 | 0.62 | 0 | 0.2 | 220.86 | 0.83 | 0.44 |
| Hex | 13 | 4E | CC | 5B | 3E | 0 | 14 | DD | 53 | 2C |
| Octal | 23 | 116 | 314 | 133 | 76 | 0 | 24 | 335 | 123 | 54 |
| Binary | 10011 | 1001110 | 11001100 | 1011011 | 111110 | 0 | 10100 | 11011101 | 1010011 | 101100 |
Color Harmonies of #134ECC
Complementary color
Monochromatic Colors of #134ECC
Black with #134ECC
Text Example
Text Example
White with #134ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ECC; }
p { color: rgb(19,78,204); }
H1.HeaderClassName
{
color: #134ECC;
}
.AnyTagClassName
{
color: #134ECC;
}
</style>
background-color css
<style>
a { background-color: #134ECC; }
a { background-color: rgb(19,78,204); }
div.DivClassName
{
background-color: #134ECC;
}
.BgClassName
{
background-color: #134ECC;
}
</style>
border-color css
<style>
span { border-color: #134ECC; }
span { border-color: rgb(19,78,204); }
td.TdClassName
{
border-color: #134ECC;
}
.TagClassName
{
border-color: #134ECC;
}
</style>