Shades of Dark Cerulean #094891
Tints of Dark Cerulean #094891
RGB
CMYK
RGB Variations
Color information
#094891 (or 0x094891) is known color: Dark Cerulean. HEX triplet: 09, 48 and 91. RGB value is (9,72,145). Sum of RGB (Red+Green+Blue) = 9+72+145=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #094891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094891 is #F6B76E. Grayscale: #3D3D3D. Windows color (decimal): -16168815 or 9521161. OLE color: 9521161.
HSL color Cylindrical-coordinate representation of color #094891: hue angle of 212.21º 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 #094891 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 72 | 145 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.43 |
| HSL | 212.21º | 0.88% | 0.3% | - |
| HSV(B) | 212.21º | 0.94% | 0.57% | - |
| XYZ | 7.54 | 6.74 | 27.69 | - |
| YUV | 61.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 145 | 0.94 | 0.50 | 0 | 0.43 | 212.21 | 0.88 | 0.3 |
| Hex | 9 | 48 | 91 | 5E | 32 | 0 | 2B | D4 | 58 | 1E |
| Octal | 11 | 110 | 221 | 136 | 62 | 0 | 53 | 324 | 130 | 36 |
| Binary | 1001 | 1001000 | 10010001 | 1011110 | 110010 | 0 | 101011 | 11010100 | 1011000 | 11110 |
Color Harmonies of #094891
Complementary color
Monochromatic Colors of #094891
Black with #094891
Text Example
Text Example
White with #094891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094891; }
p { color: rgb(9,72,145); }
H1.HeaderClassName
{
color: #094891;
}
.AnyTagClassName
{
color: #094891;
}
</style>
background-color css
<style>
a { background-color: #094891; }
a { background-color: rgb(9,72,145); }
div.DivClassName
{
background-color: #094891;
}
.BgClassName
{
background-color: #094891;
}
</style>
border-color css
<style>
span { border-color: #094891; }
span { border-color: rgb(9,72,145); }
td.TdClassName
{
border-color: #094891;
}
.TagClassName
{
border-color: #094891;
}
</style>