Shades of Astronaut Blue #124966
Tints of Astronaut Blue #124966
RGB
CMYK
RGB Variations
Color information
#124966 (or 0x124966) is known color: Astronaut Blue. HEX triplet: 12, 49 and 66. RGB value is (18,73,102). Sum of RGB (Red+Green+Blue) = 18+73+102=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #124966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124966 is #EDB699. Grayscale: #3B3B3B. Windows color (decimal): -15578778 or 6703378. OLE color: 6703378.
HSL color Cylindrical-coordinate representation of color #124966: hue angle of 200.71º 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 #124966 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 73 | 102 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.6 |
| HSL | 200.71º | 0.7% | 0.24% | - |
| HSV(B) | 200.71º | 0.82% | 0.4% | - |
| XYZ | 5.03 | 5.85 | 13.43 | - |
| YUV | 59.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 102 | 0.82 | 0.28 | 0 | 0.6 | 200.71 | 0.7 | 0.24 |
| Hex | 12 | 49 | 66 | 52 | 1C | 0 | 3C | C9 | 46 | 18 |
| Octal | 22 | 111 | 146 | 122 | 34 | 0 | 74 | 311 | 106 | 30 |
| Binary | 10010 | 1001001 | 1100110 | 1010010 | 11100 | 0 | 111100 | 11001001 | 1000110 | 11000 |
Color Harmonies of #124966
Complementary color
Monochromatic Colors of #124966
Black with #124966
Text Example
Text Example
White with #124966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124966; }
p { color: rgb(18,73,102); }
H1.HeaderClassName
{
color: #124966;
}
.AnyTagClassName
{
color: #124966;
}
</style>
background-color css
<style>
a { background-color: #124966; }
a { background-color: rgb(18,73,102); }
div.DivClassName
{
background-color: #124966;
}
.BgClassName
{
background-color: #124966;
}
</style>
border-color css
<style>
span { border-color: #124966; }
span { border-color: rgb(18,73,102); }
td.TdClassName
{
border-color: #124966;
}
.TagClassName
{
border-color: #124966;
}
</style>