Shades of Dark Cerulean #094E7B
Tints of Dark Cerulean #094E7B
RGB
CMYK
RGB Variations
Color information
#094E7B (or 0x094E7B) is known color: Dark Cerulean. HEX triplet: 09, 4E and 7B. RGB value is (9,78,123). Sum of RGB (Red+Green+Blue) = 9+78+123=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #094E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E7B is #F6B184. Grayscale: #3E3E3E. Windows color (decimal): -16167301 or 8080905. OLE color: 8080905.
HSL color Cylindrical-coordinate representation of color #094E7B: hue angle of 203.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094E7B is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 78 | 123 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.52 |
| HSL | 203.68º | 0.86% | 0.26% | - |
| HSV(B) | 203.68º | 0.93% | 0.48% | - |
| XYZ | 6.41 | 6.94 | 19.74 | - |
| YUV | 62.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 123 | 0.93 | 0.37 | 0 | 0.52 | 203.68 | 0.86 | 0.26 |
| Hex | 9 | 4E | 7B | 5D | 25 | 0 | 34 | CC | 56 | 1A |
| Octal | 11 | 116 | 173 | 135 | 45 | 0 | 64 | 314 | 126 | 32 |
| Binary | 1001 | 1001110 | 1111011 | 1011101 | 100101 | 0 | 110100 | 11001100 | 1010110 | 11010 |
Color Harmonies of #094E7B
Complementary color
Monochromatic Colors of #094E7B
Black with #094E7B
Text Example
Text Example
White with #094E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E7B; }
p { color: rgb(9,78,123); }
H1.HeaderClassName
{
color: #094E7B;
}
.AnyTagClassName
{
color: #094E7B;
}
</style>
background-color css
<style>
a { background-color: #094E7B; }
a { background-color: rgb(9,78,123); }
div.DivClassName
{
background-color: #094E7B;
}
.BgClassName
{
background-color: #094E7B;
}
</style>
border-color css
<style>
span { border-color: #094E7B; }
span { border-color: rgb(9,78,123); }
td.TdClassName
{
border-color: #094E7B;
}
.TagClassName
{
border-color: #094E7B;
}
</style>