Shades of Astronaut Blue #124D66
Tints of Astronaut Blue #124D66
RGB
CMYK
RGB Variations
Color information
#124D66 (or 0x124D66) is known color: Astronaut Blue. HEX triplet: 12, 4D and 66. RGB value is (18,77,102). Sum of RGB (Red+Green+Blue) = 18+77+102=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #124D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D66 is #EDB299. Grayscale: #3E3E3E. Windows color (decimal): -15577754 or 6704402. OLE color: 6704402.
HSL color Cylindrical-coordinate representation of color #124D66: hue angle of 197.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124D66 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 77 | 102 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.6 |
| HSL | 197.86º | 0.7% | 0.24% | - |
| HSV(B) | 197.86º | 0.82% | 0.4% | - |
| XYZ | 5.3 | 6.4 | 13.53 | - |
| YUV | 62.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 102 | 0.82 | 0.25 | 0 | 0.6 | 197.86 | 0.7 | 0.24 |
| Hex | 12 | 4D | 66 | 52 | 19 | 0 | 3C | C6 | 46 | 18 |
| Octal | 22 | 115 | 146 | 122 | 31 | 0 | 74 | 306 | 106 | 30 |
| Binary | 10010 | 1001101 | 1100110 | 1010010 | 11001 | 0 | 111100 | 11000110 | 1000110 | 11000 |
Color Harmonies of #124D66
Complementary color
Monochromatic Colors of #124D66
Black with #124D66
Text Example
Text Example
White with #124D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D66; }
p { color: rgb(18,77,102); }
H1.HeaderClassName
{
color: #124D66;
}
.AnyTagClassName
{
color: #124D66;
}
</style>
background-color css
<style>
a { background-color: #124D66; }
a { background-color: rgb(18,77,102); }
div.DivClassName
{
background-color: #124D66;
}
.BgClassName
{
background-color: #124D66;
}
</style>
border-color css
<style>
span { border-color: #124D66; }
span { border-color: rgb(18,77,102); }
td.TdClassName
{
border-color: #124D66;
}
.TagClassName
{
border-color: #124D66;
}
</style>