Shades of Dark Cerulean #094F90
Tints of Dark Cerulean #094F90
RGB
CMYK
RGB Variations
Color information
#094F90 (or 0x094F90) is known color: Dark Cerulean. HEX triplet: 09, 4F and 90. RGB value is (9,79,144). Sum of RGB (Red+Green+Blue) = 9+79+144=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #094F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F90 is #F6B06F. Grayscale: #414141. Windows color (decimal): -16167024 or 9457417. OLE color: 9457417.
HSL color Cylindrical-coordinate representation of color #094F90: hue angle of 208.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 #094F90 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 79 | 144 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.44 |
| HSL | 208.89º | 0.88% | 0.3% | - |
| HSV(B) | 208.89º | 0.94% | 0.56% | - |
| XYZ | 7.94 | 7.66 | 27.45 | - |
| YUV | 65.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 144 | 0.94 | 0.45 | 0 | 0.44 | 208.89 | 0.88 | 0.3 |
| Hex | 9 | 4F | 90 | 5E | 2D | 0 | 2C | D1 | 58 | 1E |
| Octal | 11 | 117 | 220 | 136 | 55 | 0 | 54 | 321 | 130 | 36 |
| Binary | 1001 | 1001111 | 10010000 | 1011110 | 101101 | 0 | 101100 | 11010001 | 1011000 | 11110 |
Color Harmonies of #094F90
Complementary color
Monochromatic Colors of #094F90
Black with #094F90
Text Example
Text Example
White with #094F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F90; }
p { color: rgb(9,79,144); }
H1.HeaderClassName
{
color: #094F90;
}
.AnyTagClassName
{
color: #094F90;
}
</style>
background-color css
<style>
a { background-color: #094F90; }
a { background-color: rgb(9,79,144); }
div.DivClassName
{
background-color: #094F90;
}
.BgClassName
{
background-color: #094F90;
}
</style>
border-color css
<style>
span { border-color: #094F90; }
span { border-color: rgb(9,79,144); }
td.TdClassName
{
border-color: #094F90;
}
.TagClassName
{
border-color: #094F90;
}
</style>