Shades of Astronaut Blue #124D61
Tints of Astronaut Blue #124D61
RGB
CMYK
RGB Variations
Color information
#124D61 (or 0x124D61) is known color: Astronaut Blue. HEX triplet: 12, 4D and 61. RGB value is (18,77,97). Sum of RGB (Red+Green+Blue) = 18+77+97=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #124D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D61 is #EDB29E. Grayscale: #3D3D3D. Windows color (decimal): -15577759 or 6376722. OLE color: 6376722.
HSL color Cylindrical-coordinate representation of color #124D61: hue angle of 195.19º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124D61 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 77 | 97 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.62 |
| HSL | 195.19º | 0.69% | 0.23% | - |
| HSV(B) | 195.19º | 0.81% | 0.38% | - |
| XYZ | 5.06 | 6.3 | 12.26 | - |
| YUV | 61.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 97 | 0.81 | 0.21 | 0 | 0.62 | 195.19 | 0.69 | 0.23 |
| Hex | 12 | 4D | 61 | 51 | 15 | 0 | 3E | C3 | 45 | 17 |
| Octal | 22 | 115 | 141 | 121 | 25 | 0 | 76 | 303 | 105 | 27 |
| Binary | 10010 | 1001101 | 1100001 | 1010001 | 10101 | 0 | 111110 | 11000011 | 1000101 | 10111 |
Color Harmonies of #124D61
Complementary color
Monochromatic Colors of #124D61
Black with #124D61
Text Example
Text Example
White with #124D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D61; }
p { color: rgb(18,77,97); }
H1.HeaderClassName
{
color: #124D61;
}
.AnyTagClassName
{
color: #124D61;
}
</style>
background-color css
<style>
a { background-color: #124D61; }
a { background-color: rgb(18,77,97); }
div.DivClassName
{
background-color: #124D61;
}
.BgClassName
{
background-color: #124D61;
}
</style>
border-color css
<style>
span { border-color: #124D61; }
span { border-color: rgb(18,77,97); }
td.TdClassName
{
border-color: #124D61;
}
.TagClassName
{
border-color: #124D61;
}
</style>