Shades of Dark Cerulean #094079
Tints of Dark Cerulean #094079
RGB
CMYK
RGB Variations
Color information
#094079 (or 0x094079) is known color: Dark Cerulean. HEX triplet: 09, 40 and 79. RGB value is (9,64,121). Sum of RGB (Red+Green+Blue) = 9+64+121=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #094079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094079 is #F6BF86. Grayscale: #353535. Windows color (decimal): -16170887 or 7946249. OLE color: 7946249.
HSL color Cylindrical-coordinate representation of color #094079: hue angle of 210.54º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094079 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 64 | 121 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.53 |
| HSL | 210.54º | 0.86% | 0.25% | - |
| HSV(B) | 210.54º | 0.93% | 0.47% | - |
| XYZ | 5.4 | 5.11 | 18.79 | - |
| YUV | 54.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 121 | 0.93 | 0.47 | 0 | 0.53 | 210.54 | 0.86 | 0.25 |
| Hex | 9 | 40 | 79 | 5D | 2F | 0 | 35 | D3 | 56 | 19 |
| Octal | 11 | 100 | 171 | 135 | 57 | 0 | 65 | 323 | 126 | 31 |
| Binary | 1001 | 1000000 | 1111001 | 1011101 | 101111 | 0 | 110101 | 11010011 | 1010110 | 11001 |
Color Harmonies of #094079
Complementary color
Monochromatic Colors of #094079
Black with #094079
Text Example
Text Example
White with #094079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094079; }
p { color: rgb(9,64,121); }
H1.HeaderClassName
{
color: #094079;
}
.AnyTagClassName
{
color: #094079;
}
</style>
background-color css
<style>
a { background-color: #094079; }
a { background-color: rgb(9,64,121); }
div.DivClassName
{
background-color: #094079;
}
.BgClassName
{
background-color: #094079;
}
</style>
border-color css
<style>
span { border-color: #094079; }
span { border-color: rgb(9,64,121); }
td.TdClassName
{
border-color: #094079;
}
.TagClassName
{
border-color: #094079;
}
</style>