Shades of Dark Cerulean #094D70
Tints of Dark Cerulean #094D70
RGB
CMYK
RGB Variations
Color information
#094D70 (or 0x094D70) is known color: Dark Cerulean. HEX triplet: 09, 4D and 70. RGB value is (9,77,112). Sum of RGB (Red+Green+Blue) = 9+77+112=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #094D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D70 is #F6B28F. Grayscale: #3C3C3C. Windows color (decimal): -16167568 or 7359753. OLE color: 7359753.
HSL color Cylindrical-coordinate representation of color #094D70: hue angle of 200.39º 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 #094D70 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 77 | 112 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.56 |
| HSL | 200.39º | 0.85% | 0.24% | - |
| HSV(B) | 200.39º | 0.92% | 0.44% | - |
| XYZ | 5.69 | 6.54 | 16.29 | - |
| YUV | 60.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 112 | 0.92 | 0.31 | 0 | 0.56 | 200.39 | 0.85 | 0.24 |
| Hex | 9 | 4D | 70 | 5C | 1F | 0 | 38 | C8 | 55 | 18 |
| Octal | 11 | 115 | 160 | 134 | 37 | 0 | 70 | 310 | 125 | 30 |
| Binary | 1001 | 1001101 | 1110000 | 1011100 | 11111 | 0 | 111000 | 11001000 | 1010101 | 11000 |
Color Harmonies of #094D70
Complementary color
Monochromatic Colors of #094D70
Black with #094D70
Text Example
Text Example
White with #094D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D70; }
p { color: rgb(9,77,112); }
H1.HeaderClassName
{
color: #094D70;
}
.AnyTagClassName
{
color: #094D70;
}
</style>
background-color css
<style>
a { background-color: #094D70; }
a { background-color: rgb(9,77,112); }
div.DivClassName
{
background-color: #094D70;
}
.BgClassName
{
background-color: #094D70;
}
</style>
border-color css
<style>
span { border-color: #094D70; }
span { border-color: rgb(9,77,112); }
td.TdClassName
{
border-color: #094D70;
}
.TagClassName
{
border-color: #094D70;
}
</style>