Shades of Dark Cerulean #094E73
Tints of Dark Cerulean #094E73
RGB
CMYK
RGB Variations
Color information
#094E73 (or 0x094E73) is known color: Dark Cerulean. HEX triplet: 09, 4E and 73. RGB value is (9,78,115). Sum of RGB (Red+Green+Blue) = 9+78+115=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #094E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E73 is #F6B18C. Grayscale: #3D3D3D. Windows color (decimal): -16167309 or 7556617. OLE color: 7556617.
HSL color Cylindrical-coordinate representation of color #094E73: hue angle of 200.94º 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 #094E73 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 78 | 115 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.55 |
| HSL | 200.94º | 0.85% | 0.24% | - |
| HSV(B) | 200.94º | 0.92% | 0.45% | - |
| XYZ | 5.93 | 6.74 | 17.21 | - |
| YUV | 61.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 115 | 0.92 | 0.32 | 0 | 0.55 | 200.94 | 0.85 | 0.24 |
| Hex | 9 | 4E | 73 | 5C | 20 | 0 | 37 | C9 | 55 | 18 |
| Octal | 11 | 116 | 163 | 134 | 40 | 0 | 67 | 311 | 125 | 30 |
| Binary | 1001 | 1001110 | 1110011 | 1011100 | 100000 | 0 | 110111 | 11001001 | 1010101 | 11000 |
Color Harmonies of #094E73
Complementary color
Monochromatic Colors of #094E73
Black with #094E73
Text Example
Text Example
White with #094E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E73; }
p { color: rgb(9,78,115); }
H1.HeaderClassName
{
color: #094E73;
}
.AnyTagClassName
{
color: #094E73;
}
</style>
background-color css
<style>
a { background-color: #094E73; }
a { background-color: rgb(9,78,115); }
div.DivClassName
{
background-color: #094E73;
}
.BgClassName
{
background-color: #094E73;
}
</style>
border-color css
<style>
span { border-color: #094E73; }
span { border-color: rgb(9,78,115); }
td.TdClassName
{
border-color: #094E73;
}
.TagClassName
{
border-color: #094E73;
}
</style>