Shades of Dark Cerulean #094A86
Tints of Dark Cerulean #094A86
RGB
CMYK
RGB Variations
Color information
#094A86 (or 0x094A86) is known color: Dark Cerulean. HEX triplet: 09, 4A and 86. RGB value is (9,74,134). Sum of RGB (Red+Green+Blue) = 9+74+134=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #094A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A86 is #F6B579. Grayscale: #3D3D3D. Windows color (decimal): -16168314 or 8800777. OLE color: 8800777.
HSL color Cylindrical-coordinate representation of color #094A86: hue angle of 208.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A86 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 74 | 134 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.47 |
| HSL | 208.8º | 0.87% | 0.28% | - |
| HSV(B) | 208.8º | 0.93% | 0.53% | - |
| XYZ | 6.86 | 6.68 | 23.48 | - |
| YUV | 61.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 134 | 0.93 | 0.45 | 0 | 0.47 | 208.8 | 0.87 | 0.28 |
| Hex | 9 | 4A | 86 | 5D | 2D | 0 | 2F | D1 | 57 | 1C |
| Octal | 11 | 112 | 206 | 135 | 55 | 0 | 57 | 321 | 127 | 34 |
| Binary | 1001 | 1001010 | 10000110 | 1011101 | 101101 | 0 | 101111 | 11010001 | 1010111 | 11100 |
Color Harmonies of #094A86
Complementary color
Monochromatic Colors of #094A86
Black with #094A86
Text Example
Text Example
White with #094A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A86; }
p { color: rgb(9,74,134); }
H1.HeaderClassName
{
color: #094A86;
}
.AnyTagClassName
{
color: #094A86;
}
</style>
background-color css
<style>
a { background-color: #094A86; }
a { background-color: rgb(9,74,134); }
div.DivClassName
{
background-color: #094A86;
}
.BgClassName
{
background-color: #094A86;
}
</style>
border-color css
<style>
span { border-color: #094A86; }
span { border-color: rgb(9,74,134); }
td.TdClassName
{
border-color: #094A86;
}
.TagClassName
{
border-color: #094A86;
}
</style>