Shades of Denim #094DCB
Tints of Denim #094DCB
RGB
CMYK
RGB Variations
Color information
#094DCB (or 0x094DCB) is known color: Denim. HEX triplet: 09, 4D and CB. RGB value is (9,77,203). Sum of RGB (Red+Green+Blue) = 9+77+203=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #094DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DCB is #F6B234. Grayscale: #464646. Windows color (decimal): -16167477 or 13323529. OLE color: 13323529.
HSL color Cylindrical-coordinate representation of color #094DCB: hue angle of 218.97º 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 #094DCB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 77 | 203 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.20 |
| HSL | 218.97º | 0.92% | 0.42% | - |
| HSV(B) | 218.97º | 0.96% | 0.8% | - |
| XYZ | 13.55 | 9.68 | 57.65 | - |
| YUV | 71.03 | 202.47 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 203 | 0.96 | 0.62 | 0 | 0.20 | 218.97 | 0.92 | 0.42 |
| Hex | 9 | 4D | CB | 60 | 3E | 0 | 14 | DB | 5C | 2A |
| Octal | 11 | 115 | 313 | 140 | 76 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1001 | 1001101 | 11001011 | 1100000 | 111110 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094DCB
Complementary color
Monochromatic Colors of #094DCB
Black with #094DCB
Text Example
Text Example
White with #094DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DCB; }
p { color: rgb(9,77,203); }
H1.HeaderClassName
{
color: #094DCB;
}
.AnyTagClassName
{
color: #094DCB;
}
</style>
background-color css
<style>
a { background-color: #094DCB; }
a { background-color: rgb(9,77,203); }
div.DivClassName
{
background-color: #094DCB;
}
.BgClassName
{
background-color: #094DCB;
}
</style>
border-color css
<style>
span { border-color: #094DCB; }
span { border-color: rgb(9,77,203); }
td.TdClassName
{
border-color: #094DCB;
}
.TagClassName
{
border-color: #094DCB;
}
</style>