Shades of Denim #094DCC
Tints of Denim #094DCC
RGB
CMYK
RGB Variations
Color information
#094DCC (or 0x094DCC) is known color: Denim. HEX triplet: 09, 4D and CC. RGB value is (9,77,204). Sum of RGB (Red+Green+Blue) = 9+77+204=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #094DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DCC is #F6B233. Grayscale: #464646. Windows color (decimal): -16167476 or 13389065. OLE color: 13389065.
HSL color Cylindrical-coordinate representation of color #094DCC: hue angle of 219.08º 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 #094DCC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 77 | 204 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.2 |
| HSL | 219.08º | 0.92% | 0.42% | - |
| HSV(B) | 219.08º | 0.96% | 0.8% | - |
| XYZ | 13.67 | 9.73 | 58.28 | - |
| YUV | 71.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 204 | 0.96 | 0.62 | 0 | 0.2 | 219.08 | 0.92 | 0.42 |
| Hex | 9 | 4D | CC | 60 | 3E | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 115 | 314 | 140 | 76 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001101 | 11001100 | 1100000 | 111110 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094DCC
Complementary color
Monochromatic Colors of #094DCC
Black with #094DCC
Text Example
Text Example
White with #094DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DCC; }
p { color: rgb(9,77,204); }
H1.HeaderClassName
{
color: #094DCC;
}
.AnyTagClassName
{
color: #094DCC;
}
</style>
background-color css
<style>
a { background-color: #094DCC; }
a { background-color: rgb(9,77,204); }
div.DivClassName
{
background-color: #094DCC;
}
.BgClassName
{
background-color: #094DCC;
}
</style>
border-color css
<style>
span { border-color: #094DCC; }
span { border-color: rgb(9,77,204); }
td.TdClassName
{
border-color: #094DCC;
}
.TagClassName
{
border-color: #094DCC;
}
</style>