Shades of Dark Cerulean #094690
Tints of Dark Cerulean #094690
RGB
CMYK
RGB Variations
Color information
#094690 (or 0x094690) is known color: Dark Cerulean. HEX triplet: 09, 46 and 90. RGB value is (9,70,144). Sum of RGB (Red+Green+Blue) = 9+70+144=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #094690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094690 is #F6B96F. Grayscale: #3B3B3B. Windows color (decimal): -16169328 or 9455113. OLE color: 9455113.
HSL color Cylindrical-coordinate representation of color #094690: hue angle of 212.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094690 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 70 | 144 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.44 |
| HSL | 212.89º | 0.88% | 0.3% | - |
| HSV(B) | 212.89º | 0.94% | 0.56% | - |
| XYZ | 7.34 | 6.45 | 27.24 | - |
| YUV | 60.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 144 | 0.94 | 0.51 | 0 | 0.44 | 212.89 | 0.88 | 0.3 |
| Hex | 9 | 46 | 90 | 5E | 33 | 0 | 2C | D5 | 58 | 1E |
| Octal | 11 | 106 | 220 | 136 | 63 | 0 | 54 | 325 | 130 | 36 |
| Binary | 1001 | 1000110 | 10010000 | 1011110 | 110011 | 0 | 101100 | 11010101 | 1011000 | 11110 |
Color Harmonies of #094690
Complementary color
Monochromatic Colors of #094690
Black with #094690
Text Example
Text Example
White with #094690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094690; }
p { color: rgb(9,70,144); }
H1.HeaderClassName
{
color: #094690;
}
.AnyTagClassName
{
color: #094690;
}
</style>
background-color css
<style>
a { background-color: #094690; }
a { background-color: rgb(9,70,144); }
div.DivClassName
{
background-color: #094690;
}
.BgClassName
{
background-color: #094690;
}
</style>
border-color css
<style>
span { border-color: #094690; }
span { border-color: rgb(9,70,144); }
td.TdClassName
{
border-color: #094690;
}
.TagClassName
{
border-color: #094690;
}
</style>