Shades of Dark Cerulean #094A8C
Tints of Dark Cerulean #094A8C
RGB
CMYK
RGB Variations
Color information
#094A8C (or 0x094A8C) is known color: Dark Cerulean. HEX triplet: 09, 4A and 8C. RGB value is (9,74,140). Sum of RGB (Red+Green+Blue) = 9+74+140=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #094A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A8C is #F6B573. Grayscale: #3D3D3D. Windows color (decimal): -16168308 or 9193993. OLE color: 9193993.
HSL color Cylindrical-coordinate representation of color #094A8C: hue angle of 210.23º 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 #094A8C is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 74 | 140 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.45 |
| HSL | 210.23º | 0.88% | 0.29% | - |
| HSV(B) | 210.23º | 0.94% | 0.55% | - |
| XYZ | 7.3 | 6.85 | 25.75 | - |
| YUV | 62.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 140 | 0.94 | 0.47 | 0 | 0.45 | 210.23 | 0.88 | 0.29 |
| Hex | 9 | 4A | 8C | 5E | 2F | 0 | 2D | D2 | 58 | 1D |
| Octal | 11 | 112 | 214 | 136 | 57 | 0 | 55 | 322 | 130 | 35 |
| Binary | 1001 | 1001010 | 10001100 | 1011110 | 101111 | 0 | 101101 | 11010010 | 1011000 | 11101 |
Color Harmonies of #094A8C
Complementary color
Monochromatic Colors of #094A8C
Black with #094A8C
Text Example
Text Example
White with #094A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A8C; }
p { color: rgb(9,74,140); }
H1.HeaderClassName
{
color: #094A8C;
}
.AnyTagClassName
{
color: #094A8C;
}
</style>
background-color css
<style>
a { background-color: #094A8C; }
a { background-color: rgb(9,74,140); }
div.DivClassName
{
background-color: #094A8C;
}
.BgClassName
{
background-color: #094A8C;
}
</style>
border-color css
<style>
span { border-color: #094A8C; }
span { border-color: rgb(9,74,140); }
td.TdClassName
{
border-color: #094A8C;
}
.TagClassName
{
border-color: #094A8C;
}
</style>