Shades of Dark Cerulean #094087
Tints of Dark Cerulean #094087
RGB
CMYK
RGB Variations
Color information
#094087 (or 0x094087) is known color: Dark Cerulean. HEX triplet: 09, 40 and 87. RGB value is (9,64,135). Sum of RGB (Red+Green+Blue) = 9+64+135=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #094087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094087 is #F6BF78. Grayscale: #373737. Windows color (decimal): -16170873 or 8863753. OLE color: 8863753.
HSL color Cylindrical-coordinate representation of color #094087: hue angle of 213.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094087 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 64 | 135 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.47 |
| HSL | 213.81º | 0.88% | 0.28% | - |
| HSV(B) | 213.81º | 0.93% | 0.53% | - |
| XYZ | 6.32 | 5.47 | 23.65 | - |
| YUV | 55.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 135 | 0.93 | 0.53 | 0 | 0.47 | 213.81 | 0.88 | 0.28 |
| Hex | 9 | 40 | 87 | 5D | 35 | 0 | 2F | D6 | 58 | 1C |
| Octal | 11 | 100 | 207 | 135 | 65 | 0 | 57 | 326 | 130 | 34 |
| Binary | 1001 | 1000000 | 10000111 | 1011101 | 110101 | 0 | 101111 | 11010110 | 1011000 | 11100 |
Color Harmonies of #094087
Complementary color
Monochromatic Colors of #094087
Black with #094087
Text Example
Text Example
White with #094087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094087; }
p { color: rgb(9,64,135); }
H1.HeaderClassName
{
color: #094087;
}
.AnyTagClassName
{
color: #094087;
}
</style>
background-color css
<style>
a { background-color: #094087; }
a { background-color: rgb(9,64,135); }
div.DivClassName
{
background-color: #094087;
}
.BgClassName
{
background-color: #094087;
}
</style>
border-color css
<style>
span { border-color: #094087; }
span { border-color: rgb(9,64,135); }
td.TdClassName
{
border-color: #094087;
}
.TagClassName
{
border-color: #094087;
}
</style>