Shades of Astronaut Blue #09435C
Tints of Astronaut Blue #09435C
RGB
CMYK
RGB Variations
Color information
#09435C (or 0x09435C) is known color: Astronaut Blue. HEX triplet: 09, 43 and 5C. RGB value is (9,67,92). Sum of RGB (Red+Green+Blue) = 9+67+92=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #09435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09435C is #F6BCA3. Grayscale: #343434. Windows color (decimal): -16170148 or 6046473. OLE color: 6046473.
HSL color Cylindrical-coordinate representation of color #09435C: hue angle of 198.07º 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 #09435C is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 67 | 92 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.64 |
| HSL | 198.07º | 0.82% | 0.2% | - |
| HSV(B) | 198.07º | 0.9% | 0.36% | - |
| XYZ | 4.05 | 4.85 | 10.85 | - |
| YUV | 52.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 92 | 0.90 | 0.27 | 0 | 0.64 | 198.07 | 0.82 | 0.2 |
| Hex | 9 | 43 | 5C | 5A | 1B | 0 | 40 | C6 | 52 | 14 |
| Octal | 11 | 103 | 134 | 132 | 33 | 0 | 100 | 306 | 122 | 24 |
| Binary | 1001 | 1000011 | 1011100 | 1011010 | 11011 | 0 | 1000000 | 11000110 | 1010010 | 10100 |
Color Harmonies of #09435C
Complementary color
Monochromatic Colors of #09435C
Black with #09435C
Text Example
Text Example
White with #09435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09435C; }
p { color: rgb(9,67,92); }
H1.HeaderClassName
{
color: #09435C;
}
.AnyTagClassName
{
color: #09435C;
}
</style>
background-color css
<style>
a { background-color: #09435C; }
a { background-color: rgb(9,67,92); }
div.DivClassName
{
background-color: #09435C;
}
.BgClassName
{
background-color: #09435C;
}
</style>
border-color css
<style>
span { border-color: #09435C; }
span { border-color: rgb(9,67,92); }
td.TdClassName
{
border-color: #09435C;
}
.TagClassName
{
border-color: #09435C;
}
</style>