Shades of Astronaut Blue #094A66
Tints of Astronaut Blue #094A66
RGB
CMYK
RGB Variations
Color information
#094A66 (or 0x094A66) is known color: Astronaut Blue. HEX triplet: 09, 4A and 66. RGB value is (9,74,102). Sum of RGB (Red+Green+Blue) = 9+74+102=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #094A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A66 is #F6B599. Grayscale: #393939. Windows color (decimal): -16168346 or 6703625. OLE color: 6703625.
HSL color Cylindrical-coordinate representation of color #094A66: hue angle of 198.06º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094A66 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 74 | 102 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.6 |
| HSL | 198.06º | 0.84% | 0.22% | - |
| HSV(B) | 198.06º | 0.91% | 0.4% | - |
| XYZ | 4.96 | 5.91 | 13.45 | - |
| YUV | 57.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 102 | 0.91 | 0.27 | 0 | 0.6 | 198.06 | 0.84 | 0.22 |
| Hex | 9 | 4A | 66 | 5B | 1B | 0 | 3C | C6 | 54 | 16 |
| Octal | 11 | 112 | 146 | 133 | 33 | 0 | 74 | 306 | 124 | 26 |
| Binary | 1001 | 1001010 | 1100110 | 1011011 | 11011 | 0 | 111100 | 11000110 | 1010100 | 10110 |
Color Harmonies of #094A66
Complementary color
Monochromatic Colors of #094A66
Black with #094A66
Text Example
Text Example
White with #094A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A66; }
p { color: rgb(9,74,102); }
H1.HeaderClassName
{
color: #094A66;
}
.AnyTagClassName
{
color: #094A66;
}
</style>
background-color css
<style>
a { background-color: #094A66; }
a { background-color: rgb(9,74,102); }
div.DivClassName
{
background-color: #094A66;
}
.BgClassName
{
background-color: #094A66;
}
</style>
border-color css
<style>
span { border-color: #094A66; }
span { border-color: rgb(9,74,102); }
td.TdClassName
{
border-color: #094A66;
}
.TagClassName
{
border-color: #094A66;
}
</style>