Shades of Astronaut Blue #124A66
Tints of Astronaut Blue #124A66
RGB
CMYK
RGB Variations
Color information
#124A66 (or 0x124A66) is known color: Astronaut Blue. HEX triplet: 12, 4A and 66. RGB value is (18,74,102). Sum of RGB (Red+Green+Blue) = 18+74+102=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #124A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A66 is #EDB599. Grayscale: #3C3C3C. Windows color (decimal): -15578522 or 6703634. OLE color: 6703634.
HSL color Cylindrical-coordinate representation of color #124A66: hue angle of 200º 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 #124A66 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 74 | 102 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.6 |
| HSL | 200º | 0.7% | 0.24% | - |
| HSV(B) | 200º | 0.82% | 0.4% | - |
| XYZ | 5.1 | 5.99 | 13.46 | - |
| YUV | 60.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 102 | 0.82 | 0.27 | 0 | 0.6 | 200 | 0.7 | 0.24 |
| Hex | 12 | 4A | 66 | 52 | 1B | 0 | 3C | C8 | 46 | 18 |
| Octal | 22 | 112 | 146 | 122 | 33 | 0 | 74 | 310 | 106 | 30 |
| Binary | 10010 | 1001010 | 1100110 | 1010010 | 11011 | 0 | 111100 | 11001000 | 1000110 | 11000 |
Color Harmonies of #124A66
Complementary color
Monochromatic Colors of #124A66
Black with #124A66
Text Example
Text Example
White with #124A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A66; }
p { color: rgb(18,74,102); }
H1.HeaderClassName
{
color: #124A66;
}
.AnyTagClassName
{
color: #124A66;
}
</style>
background-color css
<style>
a { background-color: #124A66; }
a { background-color: rgb(18,74,102); }
div.DivClassName
{
background-color: #124A66;
}
.BgClassName
{
background-color: #124A66;
}
</style>
border-color css
<style>
span { border-color: #124A66; }
span { border-color: rgb(18,74,102); }
td.TdClassName
{
border-color: #124A66;
}
.TagClassName
{
border-color: #124A66;
}
</style>