Shades of Dark Cerulean #094E90
Tints of Dark Cerulean #094E90
RGB
CMYK
RGB Variations
Color information
#094E90 (or 0x094E90) is known color: Dark Cerulean. HEX triplet: 09, 4E and 90. RGB value is (9,78,144). Sum of RGB (Red+Green+Blue) = 9+78+144=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #094E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E90 is #F6B16F. Grayscale: #404040. Windows color (decimal): -16167280 or 9457161. OLE color: 9457161.
HSL color Cylindrical-coordinate representation of color #094E90: hue angle of 209.33º 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 #094E90 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 78 | 144 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.44 |
| HSL | 209.33º | 0.88% | 0.3% | - |
| HSV(B) | 209.33º | 0.94% | 0.56% | - |
| XYZ | 7.87 | 7.52 | 27.42 | - |
| YUV | 64.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 144 | 0.94 | 0.46 | 0 | 0.44 | 209.33 | 0.88 | 0.3 |
| Hex | 9 | 4E | 90 | 5E | 2E | 0 | 2C | D1 | 58 | 1E |
| Octal | 11 | 116 | 220 | 136 | 56 | 0 | 54 | 321 | 130 | 36 |
| Binary | 1001 | 1001110 | 10010000 | 1011110 | 101110 | 0 | 101100 | 11010001 | 1011000 | 11110 |
Color Harmonies of #094E90
Complementary color
Monochromatic Colors of #094E90
Black with #094E90
Text Example
Text Example
White with #094E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E90; }
p { color: rgb(9,78,144); }
H1.HeaderClassName
{
color: #094E90;
}
.AnyTagClassName
{
color: #094E90;
}
</style>
background-color css
<style>
a { background-color: #094E90; }
a { background-color: rgb(9,78,144); }
div.DivClassName
{
background-color: #094E90;
}
.BgClassName
{
background-color: #094E90;
}
</style>
border-color css
<style>
span { border-color: #094E90; }
span { border-color: rgb(9,78,144); }
td.TdClassName
{
border-color: #094E90;
}
.TagClassName
{
border-color: #094E90;
}
</style>