Shades of Astronaut Blue #124E66
Tints of Astronaut Blue #124E66
RGB
CMYK
RGB Variations
Color information
#124E66 (or 0x124E66) is known color: Astronaut Blue. HEX triplet: 12, 4E and 66. RGB value is (18,78,102). Sum of RGB (Red+Green+Blue) = 18+78+102=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #124E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E66 is #EDB199. Grayscale: #3E3E3E. Windows color (decimal): -15577498 or 6704658. OLE color: 6704658.
HSL color Cylindrical-coordinate representation of color #124E66: hue angle of 197.14º 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 #124E66 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 78 | 102 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.6 |
| HSL | 197.14º | 0.7% | 0.24% | - |
| HSV(B) | 197.14º | 0.82% | 0.4% | - |
| XYZ | 5.37 | 6.54 | 13.55 | - |
| YUV | 62.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 102 | 0.82 | 0.24 | 0 | 0.6 | 197.14 | 0.7 | 0.24 |
| Hex | 12 | 4E | 66 | 52 | 18 | 0 | 3C | C5 | 46 | 18 |
| Octal | 22 | 116 | 146 | 122 | 30 | 0 | 74 | 305 | 106 | 30 |
| Binary | 10010 | 1001110 | 1100110 | 1010010 | 11000 | 0 | 111100 | 11000101 | 1000110 | 11000 |
Color Harmonies of #124E66
Complementary color
Monochromatic Colors of #124E66
Black with #124E66
Text Example
Text Example
White with #124E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E66; }
p { color: rgb(18,78,102); }
H1.HeaderClassName
{
color: #124E66;
}
.AnyTagClassName
{
color: #124E66;
}
</style>
background-color css
<style>
a { background-color: #124E66; }
a { background-color: rgb(18,78,102); }
div.DivClassName
{
background-color: #124E66;
}
.BgClassName
{
background-color: #124E66;
}
</style>
border-color css
<style>
span { border-color: #124E66; }
span { border-color: rgb(18,78,102); }
td.TdClassName
{
border-color: #124E66;
}
.TagClassName
{
border-color: #124E66;
}
</style>