Shades of Astronaut Blue #084A66
Tints of Astronaut Blue #084A66
RGB
CMYK
RGB Variations
Color information
#084A66 (or 0x084A66) is known color: Astronaut Blue. HEX triplet: 08, 4A and 66. RGB value is (8,74,102). Sum of RGB (Red+Green+Blue) = 8+74+102=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #084A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A66 is #F7B599. Grayscale: #393939. Windows color (decimal): -16233882 or 6703624. OLE color: 6703624.
HSL color Cylindrical-coordinate representation of color #084A66: hue angle of 197.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084A66 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 74 | 102 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.6 |
| HSL | 197.87º | 0.85% | 0.22% | - |
| HSV(B) | 197.87º | 0.92% | 0.4% | - |
| XYZ | 4.95 | 5.91 | 13.45 | - |
| YUV | 57.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 102 | 0.92 | 0.27 | 0 | 0.6 | 197.87 | 0.85 | 0.22 |
| Hex | 8 | 4A | 66 | 5C | 1B | 0 | 3C | C6 | 55 | 16 |
| Octal | 10 | 112 | 146 | 134 | 33 | 0 | 74 | 306 | 125 | 26 |
| Binary | 1000 | 1001010 | 1100110 | 1011100 | 11011 | 0 | 111100 | 11000110 | 1010101 | 10110 |
Color Harmonies of #084A66
Complementary color
Monochromatic Colors of #084A66
Black with #084A66
Text Example
Text Example
White with #084A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A66; }
p { color: rgb(8,74,102); }
H1.HeaderClassName
{
color: #084A66;
}
.AnyTagClassName
{
color: #084A66;
}
</style>
background-color css
<style>
a { background-color: #084A66; }
a { background-color: rgb(8,74,102); }
div.DivClassName
{
background-color: #084A66;
}
.BgClassName
{
background-color: #084A66;
}
</style>
border-color css
<style>
span { border-color: #084A66; }
span { border-color: rgb(8,74,102); }
td.TdClassName
{
border-color: #084A66;
}
.TagClassName
{
border-color: #084A66;
}
</style>