Shades of Dark Cerulean #094A92
Tints of Dark Cerulean #094A92
RGB
CMYK
RGB Variations
Color information
#094A92 (or 0x094A92) is known color: Dark Cerulean. HEX triplet: 09, 4A and 92. RGB value is (9,74,146). Sum of RGB (Red+Green+Blue) = 9+74+146=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #094A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A92 is #F6B56D. Grayscale: #3E3E3E. Windows color (decimal): -16168302 or 9587209. OLE color: 9587209.
HSL color Cylindrical-coordinate representation of color #094A92: hue angle of 211.53º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094A92 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 74 | 146 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.43 |
| HSL | 211.53º | 0.88% | 0.3% | - |
| HSV(B) | 211.53º | 0.94% | 0.57% | - |
| XYZ | 7.75 | 7.03 | 28.14 | - |
| YUV | 62.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 146 | 0.94 | 0.49 | 0 | 0.43 | 211.53 | 0.88 | 0.3 |
| Hex | 9 | 4A | 92 | 5E | 31 | 0 | 2B | D4 | 58 | 1E |
| Octal | 11 | 112 | 222 | 136 | 61 | 0 | 53 | 324 | 130 | 36 |
| Binary | 1001 | 1001010 | 10010010 | 1011110 | 110001 | 0 | 101011 | 11010100 | 1011000 | 11110 |
Color Harmonies of #094A92
Complementary color
Monochromatic Colors of #094A92
Black with #094A92
Text Example
Text Example
White with #094A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A92; }
p { color: rgb(9,74,146); }
H1.HeaderClassName
{
color: #094A92;
}
.AnyTagClassName
{
color: #094A92;
}
</style>
background-color css
<style>
a { background-color: #094A92; }
a { background-color: rgb(9,74,146); }
div.DivClassName
{
background-color: #094A92;
}
.BgClassName
{
background-color: #094A92;
}
</style>
border-color css
<style>
span { border-color: #094A92; }
span { border-color: rgb(9,74,146); }
td.TdClassName
{
border-color: #094A92;
}
.TagClassName
{
border-color: #094A92;
}
</style>