Shades of Dark Cerulean #094673
Tints of Dark Cerulean #094673
RGB
CMYK
RGB Variations
Color information
#094673 (or 0x094673) is known color: Dark Cerulean. HEX triplet: 09, 46 and 73. RGB value is (9,70,115). Sum of RGB (Red+Green+Blue) = 9+70+115=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #094673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094673 is #F6B98C. Grayscale: #383838. Windows color (decimal): -16169357 or 7554569. OLE color: 7554569.
HSL color Cylindrical-coordinate representation of color #094673: hue angle of 205.47º 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 #094673 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 70 | 115 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.55 |
| HSL | 205.47º | 0.85% | 0.24% | - |
| HSV(B) | 205.47º | 0.92% | 0.45% | - |
| XYZ | 5.4 | 5.68 | 17.03 | - |
| YUV | 56.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 115 | 0.92 | 0.39 | 0 | 0.55 | 205.47 | 0.85 | 0.24 |
| Hex | 9 | 46 | 73 | 5C | 27 | 0 | 37 | CD | 55 | 18 |
| Octal | 11 | 106 | 163 | 134 | 47 | 0 | 67 | 315 | 125 | 30 |
| Binary | 1001 | 1000110 | 1110011 | 1011100 | 100111 | 0 | 110111 | 11001101 | 1010101 | 11000 |
Color Harmonies of #094673
Complementary color
Monochromatic Colors of #094673
Black with #094673
Text Example
Text Example
White with #094673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094673; }
p { color: rgb(9,70,115); }
H1.HeaderClassName
{
color: #094673;
}
.AnyTagClassName
{
color: #094673;
}
</style>
background-color css
<style>
a { background-color: #094673; }
a { background-color: rgb(9,70,115); }
div.DivClassName
{
background-color: #094673;
}
.BgClassName
{
background-color: #094673;
}
</style>
border-color css
<style>
span { border-color: #094673; }
span { border-color: rgb(9,70,115); }
td.TdClassName
{
border-color: #094673;
}
.TagClassName
{
border-color: #094673;
}
</style>