Shades of Dark Cerulean #094970
Tints of Dark Cerulean #094970
RGB
CMYK
RGB Variations
Color information
#094970 (or 0x094970) is known color: Dark Cerulean. HEX triplet: 09, 49 and 70. RGB value is (9,73,112). Sum of RGB (Red+Green+Blue) = 9+73+112=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #094970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094970 is #F6B68F. Grayscale: #3A3A3A. Windows color (decimal): -16168592 or 7358729. OLE color: 7358729.
HSL color Cylindrical-coordinate representation of color #094970: hue angle of 202.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094970 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 73 | 112 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.56 |
| HSL | 202.72º | 0.85% | 0.24% | - |
| HSV(B) | 202.72º | 0.92% | 0.44% | - |
| XYZ | 5.42 | 5.99 | 16.2 | - |
| YUV | 58.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 112 | 0.92 | 0.35 | 0 | 0.56 | 202.72 | 0.85 | 0.24 |
| Hex | 9 | 49 | 70 | 5C | 23 | 0 | 38 | CB | 55 | 18 |
| Octal | 11 | 111 | 160 | 134 | 43 | 0 | 70 | 313 | 125 | 30 |
| Binary | 1001 | 1001001 | 1110000 | 1011100 | 100011 | 0 | 111000 | 11001011 | 1010101 | 11000 |
Color Harmonies of #094970
Complementary color
Monochromatic Colors of #094970
Black with #094970
Text Example
Text Example
White with #094970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094970; }
p { color: rgb(9,73,112); }
H1.HeaderClassName
{
color: #094970;
}
.AnyTagClassName
{
color: #094970;
}
</style>
background-color css
<style>
a { background-color: #094970; }
a { background-color: rgb(9,73,112); }
div.DivClassName
{
background-color: #094970;
}
.BgClassName
{
background-color: #094970;
}
</style>
border-color css
<style>
span { border-color: #094970; }
span { border-color: rgb(9,73,112); }
td.TdClassName
{
border-color: #094970;
}
.TagClassName
{
border-color: #094970;
}
</style>