Shades of Astronaut Blue #094159
Tints of Astronaut Blue #094159
RGB
CMYK
RGB Variations
Color information
#094159 (or 0x094159) is known color: Astronaut Blue. HEX triplet: 09, 41 and 59. RGB value is (9,65,89). Sum of RGB (Red+Green+Blue) = 9+65+89=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #094159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094159 is #F6BEA6. Grayscale: #323232. Windows color (decimal): -16170663 or 5849353. OLE color: 5849353.
HSL color Cylindrical-coordinate representation of color #094159: hue angle of 198º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094159 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 65 | 89 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.65 |
| HSL | 198º | 0.82% | 0.19% | - |
| HSV(B) | 198º | 0.9% | 0.35% | - |
| XYZ | 3.81 | 4.56 | 10.13 | - |
| YUV | 50.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 89 | 0.90 | 0.27 | 0 | 0.65 | 198 | 0.82 | 0.19 |
| Hex | 9 | 41 | 59 | 5A | 1B | 0 | 41 | C6 | 52 | 13 |
| Octal | 11 | 101 | 131 | 132 | 33 | 0 | 101 | 306 | 122 | 23 |
| Binary | 1001 | 1000001 | 1011001 | 1011010 | 11011 | 0 | 1000001 | 11000110 | 1010010 | 10011 |
Color Harmonies of #094159
Complementary color
Monochromatic Colors of #094159
Black with #094159
Text Example
Text Example
White with #094159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094159; }
p { color: rgb(9,65,89); }
H1.HeaderClassName
{
color: #094159;
}
.AnyTagClassName
{
color: #094159;
}
</style>
background-color css
<style>
a { background-color: #094159; }
a { background-color: rgb(9,65,89); }
div.DivClassName
{
background-color: #094159;
}
.BgClassName
{
background-color: #094159;
}
</style>
border-color css
<style>
span { border-color: #094159; }
span { border-color: rgb(9,65,89); }
td.TdClassName
{
border-color: #094159;
}
.TagClassName
{
border-color: #094159;
}
</style>