Shades of Dark Cerulean #094E6B
Tints of Dark Cerulean #094E6B
RGB
CMYK
RGB Variations
Color information
#094E6B (or 0x094E6B) is known color: Dark Cerulean. HEX triplet: 09, 4E and 6B. RGB value is (9,78,107). Sum of RGB (Red+Green+Blue) = 9+78+107=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #094E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E6B is #F6B194. Grayscale: #3C3C3C. Windows color (decimal): -16167317 or 7032329. OLE color: 7032329.
HSL color Cylindrical-coordinate representation of color #094E6B: hue angle of 197.76º degrees, saturation: 0.84, 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 #094E6B is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 78 | 107 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.58 |
| HSL | 197.76º | 0.84% | 0.23% | - |
| HSV(B) | 197.76º | 0.92% | 0.42% | - |
| XYZ | 5.49 | 6.57 | 14.89 | - |
| YUV | 60.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 107 | 0.92 | 0.27 | 0 | 0.58 | 197.76 | 0.84 | 0.23 |
| Hex | 9 | 4E | 6B | 5C | 1B | 0 | 3A | C6 | 54 | 17 |
| Octal | 11 | 116 | 153 | 134 | 33 | 0 | 72 | 306 | 124 | 27 |
| Binary | 1001 | 1001110 | 1101011 | 1011100 | 11011 | 0 | 111010 | 11000110 | 1010100 | 10111 |
Color Harmonies of #094E6B
Complementary color
Monochromatic Colors of #094E6B
Black with #094E6B
Text Example
Text Example
White with #094E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E6B; }
p { color: rgb(9,78,107); }
H1.HeaderClassName
{
color: #094E6B;
}
.AnyTagClassName
{
color: #094E6B;
}
</style>
background-color css
<style>
a { background-color: #094E6B; }
a { background-color: rgb(9,78,107); }
div.DivClassName
{
background-color: #094E6B;
}
.BgClassName
{
background-color: #094E6B;
}
</style>
border-color css
<style>
span { border-color: #094E6B; }
span { border-color: rgb(9,78,107); }
td.TdClassName
{
border-color: #094E6B;
}
.TagClassName
{
border-color: #094E6B;
}
</style>