Shades of Dark Cerulean #094A6A
Tints of Dark Cerulean #094A6A
RGB
CMYK
RGB Variations
Color information
#094A6A (or 0x094A6A) is known color: Dark Cerulean. HEX triplet: 09, 4A and 6A. RGB value is (9,74,106). Sum of RGB (Red+Green+Blue) = 9+74+106=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #094A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A6A is #F6B595. Grayscale: #3A3A3A. Windows color (decimal): -16168342 or 6965769. OLE color: 6965769.
HSL color Cylindrical-coordinate representation of color #094A6A: hue angle of 199.79º 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 #094A6A is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 74 | 106 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.58 |
| HSL | 199.79º | 0.84% | 0.23% | - |
| HSV(B) | 199.79º | 0.92% | 0.42% | - |
| XYZ | 5.16 | 6 | 14.52 | - |
| YUV | 58.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 106 | 0.92 | 0.30 | 0 | 0.58 | 199.79 | 0.84 | 0.23 |
| Hex | 9 | 4A | 6A | 5C | 1E | 0 | 3A | C8 | 54 | 17 |
| Octal | 11 | 112 | 152 | 134 | 36 | 0 | 72 | 310 | 124 | 27 |
| Binary | 1001 | 1001010 | 1101010 | 1011100 | 11110 | 0 | 111010 | 11001000 | 1010100 | 10111 |
Color Harmonies of #094A6A
Complementary color
Monochromatic Colors of #094A6A
Black with #094A6A
Text Example
Text Example
White with #094A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A6A; }
p { color: rgb(9,74,106); }
H1.HeaderClassName
{
color: #094A6A;
}
.AnyTagClassName
{
color: #094A6A;
}
</style>
background-color css
<style>
a { background-color: #094A6A; }
a { background-color: rgb(9,74,106); }
div.DivClassName
{
background-color: #094A6A;
}
.BgClassName
{
background-color: #094A6A;
}
</style>
border-color css
<style>
span { border-color: #094A6A; }
span { border-color: rgb(9,74,106); }
td.TdClassName
{
border-color: #094A6A;
}
.TagClassName
{
border-color: #094A6A;
}
</style>