Shades of Astronaut Blue #094A64
Tints of Astronaut Blue #094A64
RGB
CMYK
RGB Variations
Color information
#094A64 (or 0x094A64) is known color: Astronaut Blue. HEX triplet: 09, 4A and 64. RGB value is (9,74,100). Sum of RGB (Red+Green+Blue) = 9+74+100=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #094A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A64 is #F6B59B. Grayscale: #393939. Windows color (decimal): -16168348 or 6572553. OLE color: 6572553.
HSL color Cylindrical-coordinate representation of color #094A64: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094A64 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 74 | 100 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.61 |
| HSL | 197.14º | 0.83% | 0.21% | - |
| HSV(B) | 197.14º | 0.91% | 0.39% | - |
| XYZ | 4.86 | 5.88 | 12.93 | - |
| YUV | 57.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 100 | 0.91 | 0.26 | 0 | 0.61 | 197.14 | 0.83 | 0.21 |
| Hex | 9 | 4A | 64 | 5B | 1A | 0 | 3D | C5 | 53 | 15 |
| Octal | 11 | 112 | 144 | 133 | 32 | 0 | 75 | 305 | 123 | 25 |
| Binary | 1001 | 1001010 | 1100100 | 1011011 | 11010 | 0 | 111101 | 11000101 | 1010011 | 10101 |
Color Harmonies of #094A64
Complementary color
Monochromatic Colors of #094A64
Black with #094A64
Text Example
Text Example
White with #094A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A64; }
p { color: rgb(9,74,100); }
H1.HeaderClassName
{
color: #094A64;
}
.AnyTagClassName
{
color: #094A64;
}
</style>
background-color css
<style>
a { background-color: #094A64; }
a { background-color: rgb(9,74,100); }
div.DivClassName
{
background-color: #094A64;
}
.BgClassName
{
background-color: #094A64;
}
</style>
border-color css
<style>
span { border-color: #094A64; }
span { border-color: rgb(9,74,100); }
td.TdClassName
{
border-color: #094A64;
}
.TagClassName
{
border-color: #094A64;
}
</style>