Shades of Astronaut Blue #094961
Tints of Astronaut Blue #094961
RGB
CMYK
RGB Variations
Color information
#094961 (or 0x094961) is known color: Astronaut Blue. HEX triplet: 09, 49 and 61. RGB value is (9,73,97). Sum of RGB (Red+Green+Blue) = 9+73+97=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #094961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094961 is #F6B69E. Grayscale: #383838. Windows color (decimal): -16168607 or 6375689. OLE color: 6375689.
HSL color Cylindrical-coordinate representation of color #094961: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094961 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 73 | 97 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.62 |
| HSL | 196.36º | 0.83% | 0.21% | - |
| HSV(B) | 196.36º | 0.91% | 0.38% | - |
| XYZ | 4.65 | 5.69 | 12.16 | - |
| YUV | 56.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 97 | 0.91 | 0.25 | 0 | 0.62 | 196.36 | 0.83 | 0.21 |
| Hex | 9 | 49 | 61 | 5B | 19 | 0 | 3E | C4 | 53 | 15 |
| Octal | 11 | 111 | 141 | 133 | 31 | 0 | 76 | 304 | 123 | 25 |
| Binary | 1001 | 1001001 | 1100001 | 1011011 | 11001 | 0 | 111110 | 11000100 | 1010011 | 10101 |
Color Harmonies of #094961
Complementary color
Monochromatic Colors of #094961
Black with #094961
Text Example
Text Example
White with #094961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094961; }
p { color: rgb(9,73,97); }
H1.HeaderClassName
{
color: #094961;
}
.AnyTagClassName
{
color: #094961;
}
</style>
background-color css
<style>
a { background-color: #094961; }
a { background-color: rgb(9,73,97); }
div.DivClassName
{
background-color: #094961;
}
.BgClassName
{
background-color: #094961;
}
</style>
border-color css
<style>
span { border-color: #094961; }
span { border-color: rgb(9,73,97); }
td.TdClassName
{
border-color: #094961;
}
.TagClassName
{
border-color: #094961;
}
</style>