Shades of Dark Cerulean #094E6C
Tints of Dark Cerulean #094E6C
RGB
CMYK
RGB Variations
Color information
#094E6C (or 0x094E6C) is known color: Dark Cerulean. HEX triplet: 09, 4E and 6C. RGB value is (9,78,108). Sum of RGB (Red+Green+Blue) = 9+78+108=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #094E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E6C is #F6B193. Grayscale: #3C3C3C. Windows color (decimal): -16167316 or 7097865. OLE color: 7097865.
HSL color Cylindrical-coordinate representation of color #094E6C: hue angle of 198.18º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094E6C is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 78 | 108 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.58 |
| HSL | 198.18º | 0.85% | 0.23% | - |
| HSV(B) | 198.18º | 0.92% | 0.42% | - |
| XYZ | 5.54 | 6.59 | 15.17 | - |
| YUV | 60.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 108 | 0.92 | 0.28 | 0 | 0.58 | 198.18 | 0.85 | 0.23 |
| Hex | 9 | 4E | 6C | 5C | 1C | 0 | 3A | C6 | 55 | 17 |
| Octal | 11 | 116 | 154 | 134 | 34 | 0 | 72 | 306 | 125 | 27 |
| Binary | 1001 | 1001110 | 1101100 | 1011100 | 11100 | 0 | 111010 | 11000110 | 1010101 | 10111 |
Color Harmonies of #094E6C
Complementary color
Monochromatic Colors of #094E6C
Black with #094E6C
Text Example
Text Example
White with #094E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E6C; }
p { color: rgb(9,78,108); }
H1.HeaderClassName
{
color: #094E6C;
}
.AnyTagClassName
{
color: #094E6C;
}
</style>
background-color css
<style>
a { background-color: #094E6C; }
a { background-color: rgb(9,78,108); }
div.DivClassName
{
background-color: #094E6C;
}
.BgClassName
{
background-color: #094E6C;
}
</style>
border-color css
<style>
span { border-color: #094E6C; }
span { border-color: rgb(9,78,108); }
td.TdClassName
{
border-color: #094E6C;
}
.TagClassName
{
border-color: #094E6C;
}
</style>