Shades of Denim #094DCE
Tints of Denim #094DCE
RGB
CMYK
RGB Variations
Color information
#094DCE (or 0x094DCE) is known color: Denim. HEX triplet: 09, 4D and CE. RGB value is (9,77,206). Sum of RGB (Red+Green+Blue) = 9+77+206=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #094DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DCE is #F6B231. Grayscale: #464646. Windows color (decimal): -16167474 or 13520137. OLE color: 13520137.
HSL color Cylindrical-coordinate representation of color #094DCE: hue angle of 219.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DCE is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 77 | 206 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.19 |
| HSL | 219.29º | 0.92% | 0.42% | - |
| HSV(B) | 219.29º | 0.96% | 0.81% | - |
| XYZ | 13.91 | 9.82 | 59.56 | - |
| YUV | 71.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 206 | 0.96 | 0.63 | 0 | 0.19 | 219.29 | 0.92 | 0.42 |
| Hex | 9 | 4D | CE | 60 | 3F | 0 | 13 | DB | 5C | 2A |
| Octal | 11 | 115 | 316 | 140 | 77 | 0 | 23 | 333 | 134 | 52 |
| Binary | 1001 | 1001101 | 11001110 | 1100000 | 111111 | 0 | 10011 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094DCE
Complementary color
Monochromatic Colors of #094DCE
Black with #094DCE
Text Example
Text Example
White with #094DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DCE; }
p { color: rgb(9,77,206); }
H1.HeaderClassName
{
color: #094DCE;
}
.AnyTagClassName
{
color: #094DCE;
}
</style>
background-color css
<style>
a { background-color: #094DCE; }
a { background-color: rgb(9,77,206); }
div.DivClassName
{
background-color: #094DCE;
}
.BgClassName
{
background-color: #094DCE;
}
</style>
border-color css
<style>
span { border-color: #094DCE; }
span { border-color: rgb(9,77,206); }
td.TdClassName
{
border-color: #094DCE;
}
.TagClassName
{
border-color: #094DCE;
}
</style>