Shades of Astronaut Blue #094662
Tints of Astronaut Blue #094662
RGB
CMYK
RGB Variations
Color information
#094662 (or 0x094662) is known color: Astronaut Blue. HEX triplet: 09, 46 and 62. RGB value is (9,70,98). Sum of RGB (Red+Green+Blue) = 9+70+98=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #094662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094662 is #F6B99D. Grayscale: #363636. Windows color (decimal): -16169374 or 6440457. OLE color: 6440457.
HSL color Cylindrical-coordinate representation of color #094662: hue angle of 198.88º 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 #094662 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 70 | 98 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.62 |
| HSL | 198.88º | 0.83% | 0.21% | - |
| HSV(B) | 198.88º | 0.91% | 0.38% | - |
| XYZ | 4.51 | 5.32 | 12.34 | - |
| YUV | 54.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 98 | 0.91 | 0.29 | 0 | 0.62 | 198.88 | 0.83 | 0.21 |
| Hex | 9 | 46 | 62 | 5B | 1D | 0 | 3E | C7 | 53 | 15 |
| Octal | 11 | 106 | 142 | 133 | 35 | 0 | 76 | 307 | 123 | 25 |
| Binary | 1001 | 1000110 | 1100010 | 1011011 | 11101 | 0 | 111110 | 11000111 | 1010011 | 10101 |
Color Harmonies of #094662
Complementary color
Monochromatic Colors of #094662
Black with #094662
Text Example
Text Example
White with #094662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094662; }
p { color: rgb(9,70,98); }
H1.HeaderClassName
{
color: #094662;
}
.AnyTagClassName
{
color: #094662;
}
</style>
background-color css
<style>
a { background-color: #094662; }
a { background-color: rgb(9,70,98); }
div.DivClassName
{
background-color: #094662;
}
.BgClassName
{
background-color: #094662;
}
</style>
border-color css
<style>
span { border-color: #094662; }
span { border-color: rgb(9,70,98); }
td.TdClassName
{
border-color: #094662;
}
.TagClassName
{
border-color: #094662;
}
</style>