Shades of Dark Cerulean #094D91
Tints of Dark Cerulean #094D91
RGB
CMYK
RGB Variations
Color information
#094D91 (or 0x094D91) is known color: Dark Cerulean. HEX triplet: 09, 4D and 91. RGB value is (9,77,145). Sum of RGB (Red+Green+Blue) = 9+77+145=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #094D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D91 is #F6B26E. Grayscale: #404040. Windows color (decimal): -16167535 or 9522441. OLE color: 9522441.
HSL color Cylindrical-coordinate representation of color #094D91: hue angle of 210º 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 #094D91 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 77 | 145 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.43 |
| HSL | 210º | 0.88% | 0.3% | - |
| HSV(B) | 210º | 0.94% | 0.57% | - |
| XYZ | 7.88 | 7.41 | 27.8 | - |
| YUV | 64.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 145 | 0.94 | 0.47 | 0 | 0.43 | 210 | 0.88 | 0.3 |
| Hex | 9 | 4D | 91 | 5E | 2F | 0 | 2B | D2 | 58 | 1E |
| Octal | 11 | 115 | 221 | 136 | 57 | 0 | 53 | 322 | 130 | 36 |
| Binary | 1001 | 1001101 | 10010001 | 1011110 | 101111 | 0 | 101011 | 11010010 | 1011000 | 11110 |
Color Harmonies of #094D91
Complementary color
Monochromatic Colors of #094D91
Black with #094D91
Text Example
Text Example
White with #094D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D91; }
p { color: rgb(9,77,145); }
H1.HeaderClassName
{
color: #094D91;
}
.AnyTagClassName
{
color: #094D91;
}
</style>
background-color css
<style>
a { background-color: #094D91; }
a { background-color: rgb(9,77,145); }
div.DivClassName
{
background-color: #094D91;
}
.BgClassName
{
background-color: #094D91;
}
</style>
border-color css
<style>
span { border-color: #094D91; }
span { border-color: rgb(9,77,145); }
td.TdClassName
{
border-color: #094D91;
}
.TagClassName
{
border-color: #094D91;
}
</style>