Shades of Dark Cerulean #094973
Tints of Dark Cerulean #094973
RGB
CMYK
RGB Variations
Color information
#094973 (or 0x094973) is known color: Dark Cerulean. HEX triplet: 09, 49 and 73. RGB value is (9,73,115). Sum of RGB (Red+Green+Blue) = 9+73+115=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #094973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094973 is #F6B68C. Grayscale: #3A3A3A. Windows color (decimal): -16168589 or 7555337. OLE color: 7555337.
HSL color Cylindrical-coordinate representation of color #094973: hue angle of 203.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094973 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 73 | 115 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.55 |
| HSL | 203.77º | 0.85% | 0.24% | - |
| HSV(B) | 203.77º | 0.92% | 0.45% | - |
| XYZ | 5.59 | 6.06 | 17.09 | - |
| YUV | 58.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 115 | 0.92 | 0.37 | 0 | 0.55 | 203.77 | 0.85 | 0.24 |
| Hex | 9 | 49 | 73 | 5C | 25 | 0 | 37 | CC | 55 | 18 |
| Octal | 11 | 111 | 163 | 134 | 45 | 0 | 67 | 314 | 125 | 30 |
| Binary | 1001 | 1001001 | 1110011 | 1011100 | 100101 | 0 | 110111 | 11001100 | 1010101 | 11000 |
Color Harmonies of #094973
Complementary color
Monochromatic Colors of #094973
Black with #094973
Text Example
Text Example
White with #094973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094973; }
p { color: rgb(9,73,115); }
H1.HeaderClassName
{
color: #094973;
}
.AnyTagClassName
{
color: #094973;
}
</style>
background-color css
<style>
a { background-color: #094973; }
a { background-color: rgb(9,73,115); }
div.DivClassName
{
background-color: #094973;
}
.BgClassName
{
background-color: #094973;
}
</style>
border-color css
<style>
span { border-color: #094973; }
span { border-color: rgb(9,73,115); }
td.TdClassName
{
border-color: #094973;
}
.TagClassName
{
border-color: #094973;
}
</style>