Shades of Dark Cerulean #094574
Tints of Dark Cerulean #094574
RGB
CMYK
RGB Variations
Color information
#094574 (or 0x094574) is known color: Dark Cerulean. HEX triplet: 09, 45 and 74. RGB value is (9,69,116). Sum of RGB (Red+Green+Blue) = 9+69+116=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #094574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094574 is #F6BA8B. Grayscale: #383838. Windows color (decimal): -16169612 or 7619849. OLE color: 7619849.
HSL color Cylindrical-coordinate representation of color #094574: hue angle of 206.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094574 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 69 | 116 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.55 |
| HSL | 206.36º | 0.86% | 0.25% | - |
| HSV(B) | 206.36º | 0.92% | 0.45% | - |
| XYZ | 5.39 | 5.58 | 17.31 | - |
| YUV | 56.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 116 | 0.92 | 0.41 | 0 | 0.55 | 206.36 | 0.86 | 0.25 |
| Hex | 9 | 45 | 74 | 5C | 29 | 0 | 37 | CE | 56 | 19 |
| Octal | 11 | 105 | 164 | 134 | 51 | 0 | 67 | 316 | 126 | 31 |
| Binary | 1001 | 1000101 | 1110100 | 1011100 | 101001 | 0 | 110111 | 11001110 | 1010110 | 11001 |
Color Harmonies of #094574
Complementary color
Monochromatic Colors of #094574
Black with #094574
Text Example
Text Example
White with #094574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094574; }
p { color: rgb(9,69,116); }
H1.HeaderClassName
{
color: #094574;
}
.AnyTagClassName
{
color: #094574;
}
</style>
background-color css
<style>
a { background-color: #094574; }
a { background-color: rgb(9,69,116); }
div.DivClassName
{
background-color: #094574;
}
.BgClassName
{
background-color: #094574;
}
</style>
border-color css
<style>
span { border-color: #094574; }
span { border-color: rgb(9,69,116); }
td.TdClassName
{
border-color: #094574;
}
.TagClassName
{
border-color: #094574;
}
</style>