Shades of Denim #094ECD
Tints of Denim #094ECD
RGB
CMYK
RGB Variations
Color information
#094ECD (or 0x094ECD) is known color: Denim. HEX triplet: 09, 4E and CD. RGB value is (9,78,205). Sum of RGB (Red+Green+Blue) = 9+78+205=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #094ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ECD is #F6B132. Grayscale: #474747. Windows color (decimal): -16167219 or 13454857. OLE color: 13454857.
HSL color Cylindrical-coordinate representation of color #094ECD: hue angle of 218.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ECD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 78 | 205 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.20 |
| HSL | 218.88º | 0.92% | 0.42% | - |
| HSV(B) | 218.88º | 0.96% | 0.8% | - |
| XYZ | 13.86 | 9.91 | 58.94 | - |
| YUV | 71.85 | 203.14 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 205 | 0.96 | 0.62 | 0 | 0.20 | 218.88 | 0.92 | 0.42 |
| Hex | 9 | 4E | CD | 60 | 3E | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 116 | 315 | 140 | 76 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001110 | 11001101 | 1100000 | 111110 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094ECD
Complementary color
Monochromatic Colors of #094ECD
Black with #094ECD
Text Example
Text Example
White with #094ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094ECD; }
p { color: rgb(9,78,205); }
H1.HeaderClassName
{
color: #094ECD;
}
.AnyTagClassName
{
color: #094ECD;
}
</style>
background-color css
<style>
a { background-color: #094ECD; }
a { background-color: rgb(9,78,205); }
div.DivClassName
{
background-color: #094ECD;
}
.BgClassName
{
background-color: #094ECD;
}
</style>
border-color css
<style>
span { border-color: #094ECD; }
span { border-color: rgb(9,78,205); }
td.TdClassName
{
border-color: #094ECD;
}
.TagClassName
{
border-color: #094ECD;
}
</style>