Shades of Dark Cerulean #094C70
Tints of Dark Cerulean #094C70
RGB
CMYK
RGB Variations
Color information
#094C70 (or 0x094C70) is known color: Dark Cerulean. HEX triplet: 09, 4C and 70. RGB value is (9,76,112). Sum of RGB (Red+Green+Blue) = 9+76+112=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #094C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C70 is #F6B38F. Grayscale: #3B3B3B. Windows color (decimal): -16167824 or 7359497. OLE color: 7359497.
HSL color Cylindrical-coordinate representation of color #094C70: hue angle of 200.97º 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 #094C70 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 76 | 112 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.56 |
| HSL | 200.97º | 0.85% | 0.24% | - |
| HSV(B) | 200.97º | 0.92% | 0.44% | - |
| XYZ | 5.62 | 6.4 | 16.27 | - |
| YUV | 60.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 112 | 0.92 | 0.32 | 0 | 0.56 | 200.97 | 0.85 | 0.24 |
| Hex | 9 | 4C | 70 | 5C | 20 | 0 | 38 | C9 | 55 | 18 |
| Octal | 11 | 114 | 160 | 134 | 40 | 0 | 70 | 311 | 125 | 30 |
| Binary | 1001 | 1001100 | 1110000 | 1011100 | 100000 | 0 | 111000 | 11001001 | 1010101 | 11000 |
Color Harmonies of #094C70
Complementary color
Monochromatic Colors of #094C70
Black with #094C70
Text Example
Text Example
White with #094C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C70; }
p { color: rgb(9,76,112); }
H1.HeaderClassName
{
color: #094C70;
}
.AnyTagClassName
{
color: #094C70;
}
</style>
background-color css
<style>
a { background-color: #094C70; }
a { background-color: rgb(9,76,112); }
div.DivClassName
{
background-color: #094C70;
}
.BgClassName
{
background-color: #094C70;
}
</style>
border-color css
<style>
span { border-color: #094C70; }
span { border-color: rgb(9,76,112); }
td.TdClassName
{
border-color: #094C70;
}
.TagClassName
{
border-color: #094C70;
}
</style>