Shades of Dark Cerulean #094D8B
Tints of Dark Cerulean #094D8B
RGB
CMYK
RGB Variations
Color information
#094D8B (or 0x094D8B) is known color: Dark Cerulean. HEX triplet: 09, 4D and 8B. RGB value is (9,77,139). Sum of RGB (Red+Green+Blue) = 9+77+139=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #094D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D8B is #F6B274. Grayscale: #3F3F3F. Windows color (decimal): -16167541 or 9129225. OLE color: 9129225.
HSL color Cylindrical-coordinate representation of color #094D8B: hue angle of 208.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094D8B is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 77 | 139 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.45 |
| HSL | 208.62º | 0.88% | 0.29% | - |
| HSV(B) | 208.62º | 0.94% | 0.55% | - |
| XYZ | 7.43 | 7.23 | 25.43 | - |
| YUV | 63.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 139 | 0.94 | 0.45 | 0 | 0.45 | 208.62 | 0.88 | 0.29 |
| Hex | 9 | 4D | 8B | 5E | 2D | 0 | 2D | D1 | 58 | 1D |
| Octal | 11 | 115 | 213 | 136 | 55 | 0 | 55 | 321 | 130 | 35 |
| Binary | 1001 | 1001101 | 10001011 | 1011110 | 101101 | 0 | 101101 | 11010001 | 1011000 | 11101 |
Color Harmonies of #094D8B
Complementary color
Monochromatic Colors of #094D8B
Black with #094D8B
Text Example
Text Example
White with #094D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D8B; }
p { color: rgb(9,77,139); }
H1.HeaderClassName
{
color: #094D8B;
}
.AnyTagClassName
{
color: #094D8B;
}
</style>
background-color css
<style>
a { background-color: #094D8B; }
a { background-color: rgb(9,77,139); }
div.DivClassName
{
background-color: #094D8B;
}
.BgClassName
{
background-color: #094D8B;
}
</style>
border-color css
<style>
span { border-color: #094D8B; }
span { border-color: rgb(9,77,139); }
td.TdClassName
{
border-color: #094D8B;
}
.TagClassName
{
border-color: #094D8B;
}
</style>