Shades of Denim #094CCC
Tints of Denim #094CCC
RGB
CMYK
RGB Variations
Color information
#094CCC (or 0x094CCC) is known color: Denim. HEX triplet: 09, 4C and CC. RGB value is (9,76,204). Sum of RGB (Red+Green+Blue) = 9+76+204=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #094CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CCC is #F6B333. Grayscale: #454545. Windows color (decimal): -16167732 or 13388809. OLE color: 13388809.
HSL color Cylindrical-coordinate representation of color #094CCC: hue angle of 219.38º 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 #094CCC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 76 | 204 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.2 |
| HSL | 219.38º | 0.92% | 0.42% | - |
| HSV(B) | 219.38º | 0.96% | 0.8% | - |
| XYZ | 13.6 | 9.59 | 58.26 | - |
| YUV | 70.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 204 | 0.96 | 0.63 | 0 | 0.2 | 219.38 | 0.92 | 0.42 |
| Hex | 9 | 4C | CC | 60 | 3F | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 114 | 314 | 140 | 77 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001100 | 11001100 | 1100000 | 111111 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094CCC
Complementary color
Monochromatic Colors of #094CCC
Black with #094CCC
Text Example
Text Example
White with #094CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CCC; }
p { color: rgb(9,76,204); }
H1.HeaderClassName
{
color: #094CCC;
}
.AnyTagClassName
{
color: #094CCC;
}
</style>
background-color css
<style>
a { background-color: #094CCC; }
a { background-color: rgb(9,76,204); }
div.DivClassName
{
background-color: #094CCC;
}
.BgClassName
{
background-color: #094CCC;
}
</style>
border-color css
<style>
span { border-color: #094CCC; }
span { border-color: rgb(9,76,204); }
td.TdClassName
{
border-color: #094CCC;
}
.TagClassName
{
border-color: #094CCC;
}
</style>