Shades of Denim #094EC0
Tints of Denim #094EC0
RGB
CMYK
RGB Variations
Color information
#094EC0 (or 0x094EC0) is known color: Denim. HEX triplet: 09, 4E and C0. RGB value is (9,78,192). Sum of RGB (Red+Green+Blue) = 9+78+192=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #094EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EC0 is #F6B13F. Grayscale: #454545. Windows color (decimal): -16167232 or 12602889. OLE color: 12602889.
HSL color Cylindrical-coordinate representation of color #094EC0: hue angle of 217.38º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094EC0 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 78 | 192 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.25 |
| HSL | 217.38º | 0.91% | 0.39% | - |
| HSV(B) | 217.38º | 0.95% | 0.75% | - |
| XYZ | 12.35 | 9.31 | 51.02 | - |
| YUV | 70.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 192 | 0.95 | 0.59 | 0 | 0.25 | 217.38 | 0.91 | 0.39 |
| Hex | 9 | 4E | C0 | 5F | 3B | 0 | 19 | D9 | 5B | 27 |
| Octal | 11 | 116 | 300 | 137 | 73 | 0 | 31 | 331 | 133 | 47 |
| Binary | 1001 | 1001110 | 11000000 | 1011111 | 111011 | 0 | 11001 | 11011001 | 1011011 | 100111 |
Color Harmonies of #094EC0
Complementary color
Monochromatic Colors of #094EC0
Black with #094EC0
Text Example
Text Example
White with #094EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EC0; }
p { color: rgb(9,78,192); }
H1.HeaderClassName
{
color: #094EC0;
}
.AnyTagClassName
{
color: #094EC0;
}
</style>
background-color css
<style>
a { background-color: #094EC0; }
a { background-color: rgb(9,78,192); }
div.DivClassName
{
background-color: #094EC0;
}
.BgClassName
{
background-color: #094EC0;
}
</style>
border-color css
<style>
span { border-color: #094EC0; }
span { border-color: rgb(9,78,192); }
td.TdClassName
{
border-color: #094EC0;
}
.TagClassName
{
border-color: #094EC0;
}
</style>