Shades of Denim #094FCD
Tints of Denim #094FCD
RGB
CMYK
RGB Variations
Color information
#094FCD (or 0x094FCD) is known color: Denim. HEX triplet: 09, 4F and CD. RGB value is (9,79,205). Sum of RGB (Red+Green+Blue) = 9+79+205=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #094FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FCD is #F6B032. Grayscale: #474747. Windows color (decimal): -16166963 or 13455113. OLE color: 13455113.
HSL color Cylindrical-coordinate representation of color #094FCD: hue angle of 218.57º 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 #094FCD is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 79 | 205 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.20 |
| HSL | 218.57º | 0.92% | 0.42% | - |
| HSV(B) | 218.57º | 0.96% | 0.8% | - |
| XYZ | 13.93 | 10.06 | 58.96 | - |
| YUV | 72.43 | 202.81 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 205 | 0.96 | 0.61 | 0 | 0.20 | 218.57 | 0.92 | 0.42 |
| Hex | 9 | 4F | CD | 60 | 3D | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 117 | 315 | 140 | 75 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001111 | 11001101 | 1100000 | 111101 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094FCD
Complementary color
Monochromatic Colors of #094FCD
Black with #094FCD
Text Example
Text Example
White with #094FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FCD; }
p { color: rgb(9,79,205); }
H1.HeaderClassName
{
color: #094FCD;
}
.AnyTagClassName
{
color: #094FCD;
}
</style>
background-color css
<style>
a { background-color: #094FCD; }
a { background-color: rgb(9,79,205); }
div.DivClassName
{
background-color: #094FCD;
}
.BgClassName
{
background-color: #094FCD;
}
</style>
border-color css
<style>
span { border-color: #094FCD; }
span { border-color: rgb(9,79,205); }
td.TdClassName
{
border-color: #094FCD;
}
.TagClassName
{
border-color: #094FCD;
}
</style>