Shades of Dark Cerulean #094C7B
Tints of Dark Cerulean #094C7B
RGB
CMYK
RGB Variations
Color information
#094C7B (or 0x094C7B) is known color: Dark Cerulean. HEX triplet: 09, 4C and 7B. RGB value is (9,76,123). Sum of RGB (Red+Green+Blue) = 9+76+123=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #094C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C7B is #F6B384. Grayscale: #3D3D3D. Windows color (decimal): -16167813 or 8080393. OLE color: 8080393.
HSL color Cylindrical-coordinate representation of color #094C7B: hue angle of 204.74º 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 #094C7B is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 76 | 123 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.52 |
| HSL | 204.74º | 0.86% | 0.26% | - |
| HSV(B) | 204.74º | 0.93% | 0.48% | - |
| XYZ | 6.27 | 6.66 | 19.69 | - |
| YUV | 61.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 123 | 0.93 | 0.38 | 0 | 0.52 | 204.74 | 0.86 | 0.26 |
| Hex | 9 | 4C | 7B | 5D | 26 | 0 | 34 | CD | 56 | 1A |
| Octal | 11 | 114 | 173 | 135 | 46 | 0 | 64 | 315 | 126 | 32 |
| Binary | 1001 | 1001100 | 1111011 | 1011101 | 100110 | 0 | 110100 | 11001101 | 1010110 | 11010 |
Color Harmonies of #094C7B
Complementary color
Monochromatic Colors of #094C7B
Black with #094C7B
Text Example
Text Example
White with #094C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C7B; }
p { color: rgb(9,76,123); }
H1.HeaderClassName
{
color: #094C7B;
}
.AnyTagClassName
{
color: #094C7B;
}
</style>
background-color css
<style>
a { background-color: #094C7B; }
a { background-color: rgb(9,76,123); }
div.DivClassName
{
background-color: #094C7B;
}
.BgClassName
{
background-color: #094C7B;
}
</style>
border-color css
<style>
span { border-color: #094C7B; }
span { border-color: rgb(9,76,123); }
td.TdClassName
{
border-color: #094C7B;
}
.TagClassName
{
border-color: #094C7B;
}
</style>