Shades of Astronaut Blue #124666
Tints of Astronaut Blue #124666
RGB
CMYK
RGB Variations
Color information
#124666 (or 0x124666) is known color: Astronaut Blue. HEX triplet: 12, 46 and 66. RGB value is (18,70,102). Sum of RGB (Red+Green+Blue) = 18+70+102=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #124666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124666 is #EDB999. Grayscale: #393939. Windows color (decimal): -15579546 or 6702610. OLE color: 6702610.
HSL color Cylindrical-coordinate representation of color #124666: hue angle of 202.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 #124666 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 70 | 102 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.6 |
| HSL | 202.86º | 0.7% | 0.24% | - |
| HSV(B) | 202.86º | 0.82% | 0.4% | - |
| XYZ | 4.84 | 5.47 | 13.37 | - |
| YUV | 58.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 102 | 0.82 | 0.31 | 0 | 0.6 | 202.86 | 0.7 | 0.24 |
| Hex | 12 | 46 | 66 | 52 | 1F | 0 | 3C | CB | 46 | 18 |
| Octal | 22 | 106 | 146 | 122 | 37 | 0 | 74 | 313 | 106 | 30 |
| Binary | 10010 | 1000110 | 1100110 | 1010010 | 11111 | 0 | 111100 | 11001011 | 1000110 | 11000 |
Color Harmonies of #124666
Complementary color
Monochromatic Colors of #124666
Black with #124666
Text Example
Text Example
White with #124666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124666; }
p { color: rgb(18,70,102); }
H1.HeaderClassName
{
color: #124666;
}
.AnyTagClassName
{
color: #124666;
}
</style>
background-color css
<style>
a { background-color: #124666; }
a { background-color: rgb(18,70,102); }
div.DivClassName
{
background-color: #124666;
}
.BgClassName
{
background-color: #124666;
}
</style>
border-color css
<style>
span { border-color: #124666; }
span { border-color: rgb(18,70,102); }
td.TdClassName
{
border-color: #124666;
}
.TagClassName
{
border-color: #124666;
}
</style>