Shades of Astronaut Blue #124157
Tints of Astronaut Blue #124157
RGB
CMYK
RGB Variations
Color information
#124157 (or 0x124157) is known color: Astronaut Blue. HEX triplet: 12, 41 and 57. RGB value is (18,65,87). Sum of RGB (Red+Green+Blue) = 18+65+87=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #124157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124157 is #EDBEA8. Grayscale: #353535. Windows color (decimal): -15580841 or 5718290. OLE color: 5718290.
HSL color Cylindrical-coordinate representation of color #124157: hue angle of 199.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124157 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 65 | 87 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.66 |
| HSL | 199.13º | 0.66% | 0.21% | - |
| HSV(B) | 199.13º | 0.79% | 0.34% | - |
| XYZ | 3.86 | 4.6 | 9.7 | - |
| YUV | 53.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 87 | 0.79 | 0.25 | 0 | 0.66 | 199.13 | 0.66 | 0.21 |
| Hex | 12 | 41 | 57 | 4F | 19 | 0 | 42 | C7 | 42 | 15 |
| Octal | 22 | 101 | 127 | 117 | 31 | 0 | 102 | 307 | 102 | 25 |
| Binary | 10010 | 1000001 | 1010111 | 1001111 | 11001 | 0 | 1000010 | 11000111 | 1000010 | 10101 |
Color Harmonies of #124157
Complementary color
Monochromatic Colors of #124157
Black with #124157
Text Example
Text Example
White with #124157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124157; }
p { color: rgb(18,65,87); }
H1.HeaderClassName
{
color: #124157;
}
.AnyTagClassName
{
color: #124157;
}
</style>
background-color css
<style>
a { background-color: #124157; }
a { background-color: rgb(18,65,87); }
div.DivClassName
{
background-color: #124157;
}
.BgClassName
{
background-color: #124157;
}
</style>
border-color css
<style>
span { border-color: #124157; }
span { border-color: rgb(18,65,87); }
td.TdClassName
{
border-color: #124157;
}
.TagClassName
{
border-color: #124157;
}
</style>