Shades of Dark Cerulean #094C7C
Tints of Dark Cerulean #094C7C
RGB
CMYK
RGB Variations
Color information
#094C7C (or 0x094C7C) is known color: Dark Cerulean. HEX triplet: 09, 4C and 7C. RGB value is (9,76,124). Sum of RGB (Red+Green+Blue) = 9+76+124=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #094C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C7C is #F6B383. Grayscale: #3D3D3D. Windows color (decimal): -16167812 or 8145929. OLE color: 8145929.
HSL color Cylindrical-coordinate representation of color #094C7C: hue angle of 205.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094C7C is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 76 | 124 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.51 |
| HSL | 205.04º | 0.86% | 0.26% | - |
| HSV(B) | 205.04º | 0.93% | 0.49% | - |
| XYZ | 6.34 | 6.68 | 20.02 | - |
| YUV | 61.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 124 | 0.93 | 0.39 | 0 | 0.51 | 205.04 | 0.86 | 0.26 |
| Hex | 9 | 4C | 7C | 5D | 27 | 0 | 33 | CD | 56 | 1A |
| Octal | 11 | 114 | 174 | 135 | 47 | 0 | 63 | 315 | 126 | 32 |
| Binary | 1001 | 1001100 | 1111100 | 1011101 | 100111 | 0 | 110011 | 11001101 | 1010110 | 11010 |
Color Harmonies of #094C7C
Complementary color
Monochromatic Colors of #094C7C
Black with #094C7C
Text Example
Text Example
White with #094C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C7C; }
p { color: rgb(9,76,124); }
H1.HeaderClassName
{
color: #094C7C;
}
.AnyTagClassName
{
color: #094C7C;
}
</style>
background-color css
<style>
a { background-color: #094C7C; }
a { background-color: rgb(9,76,124); }
div.DivClassName
{
background-color: #094C7C;
}
.BgClassName
{
background-color: #094C7C;
}
</style>
border-color css
<style>
span { border-color: #094C7C; }
span { border-color: rgb(9,76,124); }
td.TdClassName
{
border-color: #094C7C;
}
.TagClassName
{
border-color: #094C7C;
}
</style>