Shades of Astronaut Blue #094A63
Tints of Astronaut Blue #094A63
RGB
CMYK
RGB Variations
Color information
#094A63 (or 0x094A63) is known color: Astronaut Blue. HEX triplet: 09, 4A and 63. RGB value is (9,74,99). Sum of RGB (Red+Green+Blue) = 9+74+99=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #094A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A63 is #F6B59C. Grayscale: #393939. Windows color (decimal): -16168349 or 6507017. OLE color: 6507017.
HSL color Cylindrical-coordinate representation of color #094A63: hue angle of 196.67º 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 #094A63 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 74 | 99 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.61 |
| HSL | 196.67º | 0.83% | 0.21% | - |
| HSV(B) | 196.67º | 0.91% | 0.39% | - |
| XYZ | 4.81 | 5.86 | 12.68 | - |
| YUV | 57.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 99 | 0.91 | 0.25 | 0 | 0.61 | 196.67 | 0.83 | 0.21 |
| Hex | 9 | 4A | 63 | 5B | 19 | 0 | 3D | C5 | 53 | 15 |
| Octal | 11 | 112 | 143 | 133 | 31 | 0 | 75 | 305 | 123 | 25 |
| Binary | 1001 | 1001010 | 1100011 | 1011011 | 11001 | 0 | 111101 | 11000101 | 1010011 | 10101 |
Color Harmonies of #094A63
Complementary color
Monochromatic Colors of #094A63
Black with #094A63
Text Example
Text Example
White with #094A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A63; }
p { color: rgb(9,74,99); }
H1.HeaderClassName
{
color: #094A63;
}
.AnyTagClassName
{
color: #094A63;
}
</style>
background-color css
<style>
a { background-color: #094A63; }
a { background-color: rgb(9,74,99); }
div.DivClassName
{
background-color: #094A63;
}
.BgClassName
{
background-color: #094A63;
}
</style>
border-color css
<style>
span { border-color: #094A63; }
span { border-color: rgb(9,74,99); }
td.TdClassName
{
border-color: #094A63;
}
.TagClassName
{
border-color: #094A63;
}
</style>