Shades of Dark Cerulean #094A89
Tints of Dark Cerulean #094A89
RGB
CMYK
RGB Variations
Color information
#094A89 (or 0x094A89) is known color: Dark Cerulean. HEX triplet: 09, 4A and 89. RGB value is (9,74,137). Sum of RGB (Red+Green+Blue) = 9+74+137=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #094A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A89 is #F6B576. Grayscale: #3D3D3D. Windows color (decimal): -16168311 or 8997385. OLE color: 8997385.
HSL color Cylindrical-coordinate representation of color #094A89: hue angle of 209.53º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A89 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 74 | 137 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.46 |
| HSL | 209.53º | 0.88% | 0.29% | - |
| HSV(B) | 209.53º | 0.93% | 0.54% | - |
| XYZ | 7.08 | 6.76 | 24.6 | - |
| YUV | 61.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 137 | 0.93 | 0.46 | 0 | 0.46 | 209.53 | 0.88 | 0.29 |
| Hex | 9 | 4A | 89 | 5D | 2E | 0 | 2E | D2 | 58 | 1D |
| Octal | 11 | 112 | 211 | 135 | 56 | 0 | 56 | 322 | 130 | 35 |
| Binary | 1001 | 1001010 | 10001001 | 1011101 | 101110 | 0 | 101110 | 11010010 | 1011000 | 11101 |
Color Harmonies of #094A89
Complementary color
Monochromatic Colors of #094A89
Black with #094A89
Text Example
Text Example
White with #094A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A89; }
p { color: rgb(9,74,137); }
H1.HeaderClassName
{
color: #094A89;
}
.AnyTagClassName
{
color: #094A89;
}
</style>
background-color css
<style>
a { background-color: #094A89; }
a { background-color: rgb(9,74,137); }
div.DivClassName
{
background-color: #094A89;
}
.BgClassName
{
background-color: #094A89;
}
</style>
border-color css
<style>
span { border-color: #094A89; }
span { border-color: rgb(9,74,137); }
td.TdClassName
{
border-color: #094A89;
}
.TagClassName
{
border-color: #094A89;
}
</style>