Shades of Astronaut Blue #09465F
Tints of Astronaut Blue #09465F
RGB
CMYK
RGB Variations
Color information
#09465F (or 0x09465F) is known color: Astronaut Blue. HEX triplet: 09, 46 and 5F. RGB value is (9,70,95). Sum of RGB (Red+Green+Blue) = 9+70+95=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #09465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09465F is #F6B9A0. Grayscale: #363636. Windows color (decimal): -16169377 or 6243849. OLE color: 6243849.
HSL color Cylindrical-coordinate representation of color #09465F: hue angle of 197.44º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09465F is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 70 | 95 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.63 |
| HSL | 197.44º | 0.83% | 0.2% | - |
| HSV(B) | 197.44º | 0.91% | 0.37% | - |
| XYZ | 4.37 | 5.26 | 11.61 | - |
| YUV | 54.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 95 | 0.91 | 0.26 | 0 | 0.63 | 197.44 | 0.83 | 0.2 |
| Hex | 9 | 46 | 5F | 5B | 1A | 0 | 3F | C5 | 53 | 14 |
| Octal | 11 | 106 | 137 | 133 | 32 | 0 | 77 | 305 | 123 | 24 |
| Binary | 1001 | 1000110 | 1011111 | 1011011 | 11010 | 0 | 111111 | 11000101 | 1010011 | 10100 |
Color Harmonies of #09465F
Complementary color
Monochromatic Colors of #09465F
Black with #09465F
Text Example
Text Example
White with #09465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09465F; }
p { color: rgb(9,70,95); }
H1.HeaderClassName
{
color: #09465F;
}
.AnyTagClassName
{
color: #09465F;
}
</style>
background-color css
<style>
a { background-color: #09465F; }
a { background-color: rgb(9,70,95); }
div.DivClassName
{
background-color: #09465F;
}
.BgClassName
{
background-color: #09465F;
}
</style>
border-color css
<style>
span { border-color: #09465F; }
span { border-color: rgb(9,70,95); }
td.TdClassName
{
border-color: #09465F;
}
.TagClassName
{
border-color: #09465F;
}
</style>