Shades of Astronaut Blue #124156
Tints of Astronaut Blue #124156
RGB
CMYK
RGB Variations
Color information
#124156 (or 0x124156) is known color: Astronaut Blue. HEX triplet: 12, 41 and 56. RGB value is (18,65,86). Sum of RGB (Red+Green+Blue) = 18+65+86=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #124156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124156 is #EDBEA9. Grayscale: #353535. Windows color (decimal): -15580842 or 5652754. OLE color: 5652754.
HSL color Cylindrical-coordinate representation of color #124156: hue angle of 198.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124156 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 65 | 86 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.66 |
| HSL | 198.53º | 0.65% | 0.2% | - |
| HSV(B) | 198.53º | 0.79% | 0.34% | - |
| XYZ | 3.82 | 4.58 | 9.49 | - |
| YUV | 53.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 86 | 0.79 | 0.24 | 0 | 0.66 | 198.53 | 0.65 | 0.2 |
| Hex | 12 | 41 | 56 | 4F | 18 | 0 | 42 | C7 | 41 | 14 |
| Octal | 22 | 101 | 126 | 117 | 30 | 0 | 102 | 307 | 101 | 24 |
| Binary | 10010 | 1000001 | 1010110 | 1001111 | 11000 | 0 | 1000010 | 11000111 | 1000001 | 10100 |
Color Harmonies of #124156
Complementary color
Monochromatic Colors of #124156
Black with #124156
Text Example
Text Example
White with #124156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124156; }
p { color: rgb(18,65,86); }
H1.HeaderClassName
{
color: #124156;
}
.AnyTagClassName
{
color: #124156;
}
</style>
background-color css
<style>
a { background-color: #124156; }
a { background-color: rgb(18,65,86); }
div.DivClassName
{
background-color: #124156;
}
.BgClassName
{
background-color: #124156;
}
</style>
border-color css
<style>
span { border-color: #124156; }
span { border-color: rgb(18,65,86); }
td.TdClassName
{
border-color: #124156;
}
.TagClassName
{
border-color: #124156;
}
</style>