Shades of Astronaut Blue #094965
Tints of Astronaut Blue #094965
RGB
CMYK
RGB Variations
Color information
#094965 (or 0x094965) is known color: Astronaut Blue. HEX triplet: 09, 49 and 65. RGB value is (9,73,101). Sum of RGB (Red+Green+Blue) = 9+73+101=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #094965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094965 is #F6B69A. Grayscale: #383838. Windows color (decimal): -16168603 or 6637833. OLE color: 6637833.
HSL color Cylindrical-coordinate representation of color #094965: hue angle of 198.26º 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 #094965 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 73 | 101 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.60 |
| HSL | 198.26º | 0.84% | 0.22% | - |
| HSV(B) | 198.26º | 0.91% | 0.4% | - |
| XYZ | 4.84 | 5.76 | 13.17 | - |
| YUV | 57.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 101 | 0.91 | 0.28 | 0 | 0.60 | 198.26 | 0.84 | 0.22 |
| Hex | 9 | 49 | 65 | 5B | 1C | 0 | 3C | C6 | 54 | 16 |
| Octal | 11 | 111 | 145 | 133 | 34 | 0 | 74 | 306 | 124 | 26 |
| Binary | 1001 | 1001001 | 1100101 | 1011011 | 11100 | 0 | 111100 | 11000110 | 1010100 | 10110 |
Color Harmonies of #094965
Complementary color
Monochromatic Colors of #094965
Black with #094965
Text Example
Text Example
White with #094965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094965; }
p { color: rgb(9,73,101); }
H1.HeaderClassName
{
color: #094965;
}
.AnyTagClassName
{
color: #094965;
}
</style>
background-color css
<style>
a { background-color: #094965; }
a { background-color: rgb(9,73,101); }
div.DivClassName
{
background-color: #094965;
}
.BgClassName
{
background-color: #094965;
}
</style>
border-color css
<style>
span { border-color: #094965; }
span { border-color: rgb(9,73,101); }
td.TdClassName
{
border-color: #094965;
}
.TagClassName
{
border-color: #094965;
}
</style>