Shades of Astronaut Blue #124756
Tints of Astronaut Blue #124756
RGB
CMYK
RGB Variations
Color information
#124756 (or 0x124756) is known color: Astronaut Blue. HEX triplet: 12, 47 and 56. RGB value is (18,71,86). Sum of RGB (Red+Green+Blue) = 18+71+86=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #124756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124756 is #EDB8A9. Grayscale: #383838. Windows color (decimal): -15579306 or 5654290. OLE color: 5654290.
HSL color Cylindrical-coordinate representation of color #124756: hue angle of 193.24º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124756 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 71 | 86 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.66 |
| HSL | 193.24º | 0.65% | 0.2% | - |
| HSV(B) | 193.24º | 0.79% | 0.34% | - |
| XYZ | 4.18 | 5.31 | 9.61 | - |
| YUV | 56.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 86 | 0.79 | 0.17 | 0 | 0.66 | 193.24 | 0.65 | 0.2 |
| Hex | 12 | 47 | 56 | 4F | 11 | 0 | 42 | C1 | 41 | 14 |
| Octal | 22 | 107 | 126 | 117 | 21 | 0 | 102 | 301 | 101 | 24 |
| Binary | 10010 | 1000111 | 1010110 | 1001111 | 10001 | 0 | 1000010 | 11000001 | 1000001 | 10100 |
Color Harmonies of #124756
Complementary color
Monochromatic Colors of #124756
Black with #124756
Text Example
Text Example
White with #124756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124756; }
p { color: rgb(18,71,86); }
H1.HeaderClassName
{
color: #124756;
}
.AnyTagClassName
{
color: #124756;
}
</style>
background-color css
<style>
a { background-color: #124756; }
a { background-color: rgb(18,71,86); }
div.DivClassName
{
background-color: #124756;
}
.BgClassName
{
background-color: #124756;
}
</style>
border-color css
<style>
span { border-color: #124756; }
span { border-color: rgb(18,71,86); }
td.TdClassName
{
border-color: #124756;
}
.TagClassName
{
border-color: #124756;
}
</style>