Shades of Astronaut Blue #124158
Tints of Astronaut Blue #124158
RGB
CMYK
RGB Variations
Color information
#124158 (or 0x124158) is known color: Astronaut Blue. HEX triplet: 12, 41 and 58. RGB value is (18,65,88). Sum of RGB (Red+Green+Blue) = 18+65+88=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #124158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124158 is #EDBEA7. Grayscale: #353535. Windows color (decimal): -15580840 or 5783826. OLE color: 5783826.
HSL color Cylindrical-coordinate representation of color #124158: hue angle of 199.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124158 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 65 | 88 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.65 |
| HSL | 199.71º | 0.66% | 0.21% | - |
| HSV(B) | 199.71º | 0.8% | 0.35% | - |
| XYZ | 3.9 | 4.61 | 9.92 | - |
| YUV | 53.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 88 | 0.80 | 0.26 | 0 | 0.65 | 199.71 | 0.66 | 0.21 |
| Hex | 12 | 41 | 58 | 50 | 1A | 0 | 41 | C8 | 42 | 15 |
| Octal | 22 | 101 | 130 | 120 | 32 | 0 | 101 | 310 | 102 | 25 |
| Binary | 10010 | 1000001 | 1011000 | 1010000 | 11010 | 0 | 1000001 | 11001000 | 1000010 | 10101 |
Color Harmonies of #124158
Complementary color
Monochromatic Colors of #124158
Black with #124158
Text Example
Text Example
White with #124158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124158; }
p { color: rgb(18,65,88); }
H1.HeaderClassName
{
color: #124158;
}
.AnyTagClassName
{
color: #124158;
}
</style>
background-color css
<style>
a { background-color: #124158; }
a { background-color: rgb(18,65,88); }
div.DivClassName
{
background-color: #124158;
}
.BgClassName
{
background-color: #124158;
}
</style>
border-color css
<style>
span { border-color: #124158; }
span { border-color: rgb(18,65,88); }
td.TdClassName
{
border-color: #124158;
}
.TagClassName
{
border-color: #124158;
}
</style>