Shades of Dark Cerulean #094895
Tints of Dark Cerulean #094895
RGB
CMYK
RGB Variations
Color information
#094895 (or 0x094895) is known color: Dark Cerulean. HEX triplet: 09, 48 and 95. RGB value is (9,72,149). Sum of RGB (Red+Green+Blue) = 9+72+149=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #094895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094895 is #F6B76A. Grayscale: #3D3D3D. Windows color (decimal): -16168811 or 9783305. OLE color: 9783305.
HSL color Cylindrical-coordinate representation of color #094895: hue angle of 213º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094895 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 72 | 149 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.42 |
| HSL | 213º | 0.89% | 0.31% | - |
| HSV(B) | 213º | 0.94% | 0.58% | - |
| XYZ | 7.85 | 6.86 | 29.34 | - |
| YUV | 61.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 149 | 0.94 | 0.52 | 0 | 0.42 | 213 | 0.89 | 0.31 |
| Hex | 9 | 48 | 95 | 5E | 34 | 0 | 2A | D5 | 59 | 1F |
| Octal | 11 | 110 | 225 | 136 | 64 | 0 | 52 | 325 | 131 | 37 |
| Binary | 1001 | 1001000 | 10010101 | 1011110 | 110100 | 0 | 101010 | 11010101 | 1011001 | 11111 |
Color Harmonies of #094895
Complementary color
Monochromatic Colors of #094895
Black with #094895
Text Example
Text Example
White with #094895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094895; }
p { color: rgb(9,72,149); }
H1.HeaderClassName
{
color: #094895;
}
.AnyTagClassName
{
color: #094895;
}
</style>
background-color css
<style>
a { background-color: #094895; }
a { background-color: rgb(9,72,149); }
div.DivClassName
{
background-color: #094895;
}
.BgClassName
{
background-color: #094895;
}
</style>
border-color css
<style>
span { border-color: #094895; }
span { border-color: rgb(9,72,149); }
td.TdClassName
{
border-color: #094895;
}
.TagClassName
{
border-color: #094895;
}
</style>