Shades of Denim #094DC9
Tints of Denim #094DC9
RGB
CMYK
RGB Variations
Color information
#094DC9 (or 0x094DC9) is known color: Denim. HEX triplet: 09, 4D and C9. RGB value is (9,77,201). Sum of RGB (Red+Green+Blue) = 9+77+201=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #094DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DC9 is #F6B236. Grayscale: #464646. Windows color (decimal): -16167479 or 13192457. OLE color: 13192457.
HSL color Cylindrical-coordinate representation of color #094DC9: hue angle of 218.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DC9 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 77 | 201 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.21 |
| HSL | 218.75º | 0.91% | 0.41% | - |
| HSV(B) | 218.75º | 0.96% | 0.79% | - |
| XYZ | 13.31 | 9.58 | 56.41 | - |
| YUV | 70.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 201 | 0.96 | 0.62 | 0 | 0.21 | 218.75 | 0.91 | 0.41 |
| Hex | 9 | 4D | C9 | 60 | 3E | 0 | 15 | DB | 5B | 29 |
| Octal | 11 | 115 | 311 | 140 | 76 | 0 | 25 | 333 | 133 | 51 |
| Binary | 1001 | 1001101 | 11001001 | 1100000 | 111110 | 0 | 10101 | 11011011 | 1011011 | 101001 |
Color Harmonies of #094DC9
Complementary color
Monochromatic Colors of #094DC9
Black with #094DC9
Text Example
Text Example
White with #094DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DC9; }
p { color: rgb(9,77,201); }
H1.HeaderClassName
{
color: #094DC9;
}
.AnyTagClassName
{
color: #094DC9;
}
</style>
background-color css
<style>
a { background-color: #094DC9; }
a { background-color: rgb(9,77,201); }
div.DivClassName
{
background-color: #094DC9;
}
.BgClassName
{
background-color: #094DC9;
}
</style>
border-color css
<style>
span { border-color: #094DC9; }
span { border-color: rgb(9,77,201); }
td.TdClassName
{
border-color: #094DC9;
}
.TagClassName
{
border-color: #094DC9;
}
</style>