Shades of Astronaut Blue #08445D
Tints of Astronaut Blue #08445D
RGB
CMYK
RGB Variations
Color information
#08445D (or 0x08445D) is known color: Astronaut Blue. HEX triplet: 08, 44 and 5D. RGB value is (8,68,93). Sum of RGB (Red+Green+Blue) = 8+68+93=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #08445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08445D is #F7BBA2. Grayscale: #343434. Windows color (decimal): -16235427 or 6112264. OLE color: 6112264.
HSL color Cylindrical-coordinate representation of color #08445D: hue angle of 197.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08445D is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 68 | 93 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.64 |
| HSL | 197.65º | 0.84% | 0.2% | - |
| HSV(B) | 197.65º | 0.91% | 0.36% | - |
| XYZ | 4.14 | 4.98 | 11.1 | - |
| YUV | 52.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 93 | 0.91 | 0.27 | 0 | 0.64 | 197.65 | 0.84 | 0.2 |
| Hex | 8 | 44 | 5D | 5B | 1B | 0 | 40 | C6 | 54 | 14 |
| Octal | 10 | 104 | 135 | 133 | 33 | 0 | 100 | 306 | 124 | 24 |
| Binary | 1000 | 1000100 | 1011101 | 1011011 | 11011 | 0 | 1000000 | 11000110 | 1010100 | 10100 |
Color Harmonies of #08445D
Complementary color
Monochromatic Colors of #08445D
Black with #08445D
Text Example
Text Example
White with #08445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08445D; }
p { color: rgb(8,68,93); }
H1.HeaderClassName
{
color: #08445D;
}
.AnyTagClassName
{
color: #08445D;
}
</style>
background-color css
<style>
a { background-color: #08445D; }
a { background-color: rgb(8,68,93); }
div.DivClassName
{
background-color: #08445D;
}
.BgClassName
{
background-color: #08445D;
}
</style>
border-color css
<style>
span { border-color: #08445D; }
span { border-color: rgb(8,68,93); }
td.TdClassName
{
border-color: #08445D;
}
.TagClassName
{
border-color: #08445D;
}
</style>