Shades of Dark Cerulean #094870
Tints of Dark Cerulean #094870
RGB
CMYK
RGB Variations
Color information
#094870 (or 0x094870) is known color: Dark Cerulean. HEX triplet: 09, 48 and 70. RGB value is (9,72,112). Sum of RGB (Red+Green+Blue) = 9+72+112=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #094870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094870 is #F6B78F. Grayscale: #393939. Windows color (decimal): -16168848 or 7358473. OLE color: 7358473.
HSL color Cylindrical-coordinate representation of color #094870: hue angle of 203.3º 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 #094870 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 72 | 112 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.56 |
| HSL | 203.3º | 0.85% | 0.24% | - |
| HSV(B) | 203.3º | 0.92% | 0.44% | - |
| XYZ | 5.35 | 5.86 | 16.18 | - |
| YUV | 57.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 112 | 0.92 | 0.36 | 0 | 0.56 | 203.3 | 0.85 | 0.24 |
| Hex | 9 | 48 | 70 | 5C | 24 | 0 | 38 | CB | 55 | 18 |
| Octal | 11 | 110 | 160 | 134 | 44 | 0 | 70 | 313 | 125 | 30 |
| Binary | 1001 | 1001000 | 1110000 | 1011100 | 100100 | 0 | 111000 | 11001011 | 1010101 | 11000 |
Color Harmonies of #094870
Complementary color
Monochromatic Colors of #094870
Black with #094870
Text Example
Text Example
White with #094870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094870; }
p { color: rgb(9,72,112); }
H1.HeaderClassName
{
color: #094870;
}
.AnyTagClassName
{
color: #094870;
}
</style>
background-color css
<style>
a { background-color: #094870; }
a { background-color: rgb(9,72,112); }
div.DivClassName
{
background-color: #094870;
}
.BgClassName
{
background-color: #094870;
}
</style>
border-color css
<style>
span { border-color: #094870; }
span { border-color: rgb(9,72,112); }
td.TdClassName
{
border-color: #094870;
}
.TagClassName
{
border-color: #094870;
}
</style>