Shades of Denim #094CCD
Tints of Denim #094CCD
RGB
CMYK
RGB Variations
Color information
#094CCD (or 0x094CCD) is known color: Denim. HEX triplet: 09, 4C and CD. RGB value is (9,76,205). Sum of RGB (Red+Green+Blue) = 9+76+205=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #094CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CCD is #F6B332. Grayscale: #464646. Windows color (decimal): -16167731 or 13454345. OLE color: 13454345.
HSL color Cylindrical-coordinate representation of color #094CCD: hue angle of 219.49º 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 #094CCD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 76 | 205 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.20 |
| HSL | 219.49º | 0.92% | 0.42% | - |
| HSV(B) | 219.49º | 0.96% | 0.8% | - |
| XYZ | 13.72 | 9.63 | 58.89 | - |
| YUV | 70.67 | 203.8 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 205 | 0.96 | 0.63 | 0 | 0.20 | 219.49 | 0.92 | 0.42 |
| Hex | 9 | 4C | CD | 60 | 3F | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 114 | 315 | 140 | 77 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001100 | 11001101 | 1100000 | 111111 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094CCD
Complementary color
Monochromatic Colors of #094CCD
Black with #094CCD
Text Example
Text Example
White with #094CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CCD; }
p { color: rgb(9,76,205); }
H1.HeaderClassName
{
color: #094CCD;
}
.AnyTagClassName
{
color: #094CCD;
}
</style>
background-color css
<style>
a { background-color: #094CCD; }
a { background-color: rgb(9,76,205); }
div.DivClassName
{
background-color: #094CCD;
}
.BgClassName
{
background-color: #094CCD;
}
</style>
border-color css
<style>
span { border-color: #094CCD; }
span { border-color: rgb(9,76,205); }
td.TdClassName
{
border-color: #094CCD;
}
.TagClassName
{
border-color: #094CCD;
}
</style>