Shades of Astronaut Blue #09435B
Tints of Astronaut Blue #09435B
RGB
CMYK
RGB Variations
Color information
#09435B (or 0x09435B) is known color: Astronaut Blue. HEX triplet: 09, 43 and 5B. RGB value is (9,67,91). Sum of RGB (Red+Green+Blue) = 9+67+91=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #09435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09435B is #F6BCA4. Grayscale: #343434. Windows color (decimal): -16170149 or 5980937. OLE color: 5980937.
HSL color Cylindrical-coordinate representation of color #09435B: hue angle of 197.56º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09435B is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 67 | 91 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.64 |
| HSL | 197.56º | 0.82% | 0.2% | - |
| HSV(B) | 197.56º | 0.9% | 0.36% | - |
| XYZ | 4.01 | 4.83 | 10.62 | - |
| YUV | 52.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 91 | 0.90 | 0.26 | 0 | 0.64 | 197.56 | 0.82 | 0.2 |
| Hex | 9 | 43 | 5B | 5A | 1A | 0 | 40 | C6 | 52 | 14 |
| Octal | 11 | 103 | 133 | 132 | 32 | 0 | 100 | 306 | 122 | 24 |
| Binary | 1001 | 1000011 | 1011011 | 1011010 | 11010 | 0 | 1000000 | 11000110 | 1010010 | 10100 |
Color Harmonies of #09435B
Complementary color
Monochromatic Colors of #09435B
Black with #09435B
Text Example
Text Example
White with #09435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09435B; }
p { color: rgb(9,67,91); }
H1.HeaderClassName
{
color: #09435B;
}
.AnyTagClassName
{
color: #09435B;
}
</style>
background-color css
<style>
a { background-color: #09435B; }
a { background-color: rgb(9,67,91); }
div.DivClassName
{
background-color: #09435B;
}
.BgClassName
{
background-color: #09435B;
}
</style>
border-color css
<style>
span { border-color: #09435B; }
span { border-color: rgb(9,67,91); }
td.TdClassName
{
border-color: #09435B;
}
.TagClassName
{
border-color: #09435B;
}
</style>