Shades of Dark Cerulean #094D77
Tints of Dark Cerulean #094D77
RGB
CMYK
RGB Variations
Color information
#094D77 (or 0x094D77) is known color: Dark Cerulean. HEX triplet: 09, 4D and 77. RGB value is (9,77,119). Sum of RGB (Red+Green+Blue) = 9+77+119=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #094D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D77 is #F6B288. Grayscale: #3D3D3D. Windows color (decimal): -16167561 or 7818505. OLE color: 7818505.
HSL color Cylindrical-coordinate representation of color #094D77: hue angle of 202.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094D77 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 77 | 119 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.53 |
| HSL | 202.91º | 0.86% | 0.25% | - |
| HSV(B) | 202.91º | 0.92% | 0.47% | - |
| XYZ | 6.1 | 6.7 | 18.42 | - |
| YUV | 61.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 119 | 0.92 | 0.35 | 0 | 0.53 | 202.91 | 0.86 | 0.25 |
| Hex | 9 | 4D | 77 | 5C | 23 | 0 | 35 | CB | 56 | 19 |
| Octal | 11 | 115 | 167 | 134 | 43 | 0 | 65 | 313 | 126 | 31 |
| Binary | 1001 | 1001101 | 1110111 | 1011100 | 100011 | 0 | 110101 | 11001011 | 1010110 | 11001 |
Color Harmonies of #094D77
Complementary color
Monochromatic Colors of #094D77
Black with #094D77
Text Example
Text Example
White with #094D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D77; }
p { color: rgb(9,77,119); }
H1.HeaderClassName
{
color: #094D77;
}
.AnyTagClassName
{
color: #094D77;
}
</style>
background-color css
<style>
a { background-color: #094D77; }
a { background-color: rgb(9,77,119); }
div.DivClassName
{
background-color: #094D77;
}
.BgClassName
{
background-color: #094D77;
}
</style>
border-color css
<style>
span { border-color: #094D77; }
span { border-color: rgb(9,77,119); }
td.TdClassName
{
border-color: #094D77;
}
.TagClassName
{
border-color: #094D77;
}
</style>