Shades of Dark Cerulean #094679
Tints of Dark Cerulean #094679
RGB
CMYK
RGB Variations
Color information
#094679 (or 0x094679) is known color: Dark Cerulean. HEX triplet: 09, 46 and 79. RGB value is (9,70,121). Sum of RGB (Red+Green+Blue) = 9+70+121=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #094679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094679 is #F6B986. Grayscale: #393939. Windows color (decimal): -16169351 or 7947785. OLE color: 7947785.
HSL color Cylindrical-coordinate representation of color #094679: hue angle of 207.32º 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 #094679 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 70 | 121 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.53 |
| HSL | 207.32º | 0.86% | 0.25% | - |
| HSV(B) | 207.32º | 0.93% | 0.47% | - |
| XYZ | 5.75 | 5.82 | 18.91 | - |
| YUV | 57.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 121 | 0.93 | 0.42 | 0 | 0.53 | 207.32 | 0.86 | 0.25 |
| Hex | 9 | 46 | 79 | 5D | 2A | 0 | 35 | CF | 56 | 19 |
| Octal | 11 | 106 | 171 | 135 | 52 | 0 | 65 | 317 | 126 | 31 |
| Binary | 1001 | 1000110 | 1111001 | 1011101 | 101010 | 0 | 110101 | 11001111 | 1010110 | 11001 |
Color Harmonies of #094679
Complementary color
Monochromatic Colors of #094679
Black with #094679
Text Example
Text Example
White with #094679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094679; }
p { color: rgb(9,70,121); }
H1.HeaderClassName
{
color: #094679;
}
.AnyTagClassName
{
color: #094679;
}
</style>
background-color css
<style>
a { background-color: #094679; }
a { background-color: rgb(9,70,121); }
div.DivClassName
{
background-color: #094679;
}
.BgClassName
{
background-color: #094679;
}
</style>
border-color css
<style>
span { border-color: #094679; }
span { border-color: rgb(9,70,121); }
td.TdClassName
{
border-color: #094679;
}
.TagClassName
{
border-color: #094679;
}
</style>