Shades of Astronaut Blue #124D69
Tints of Astronaut Blue #124D69
RGB
CMYK
RGB Variations
Color information
#124D69 (or 0x124D69) is known color: Astronaut Blue. HEX triplet: 12, 4D and 69. RGB value is (18,77,105). Sum of RGB (Red+Green+Blue) = 18+77+105=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #124D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D69 is #EDB296. Grayscale: #3E3E3E. Windows color (decimal): -15577751 or 6901010. OLE color: 6901010.
HSL color Cylindrical-coordinate representation of color #124D69: hue angle of 199.31º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124D69 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 77 | 105 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.59 |
| HSL | 199.31º | 0.71% | 0.24% | - |
| HSV(B) | 199.31º | 0.83% | 0.41% | - |
| XYZ | 5.45 | 6.46 | 14.32 | - |
| YUV | 62.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 105 | 0.83 | 0.27 | 0 | 0.59 | 199.31 | 0.71 | 0.24 |
| Hex | 12 | 4D | 69 | 53 | 1B | 0 | 3B | C7 | 47 | 18 |
| Octal | 22 | 115 | 151 | 123 | 33 | 0 | 73 | 307 | 107 | 30 |
| Binary | 10010 | 1001101 | 1101001 | 1010011 | 11011 | 0 | 111011 | 11000111 | 1000111 | 11000 |
Color Harmonies of #124D69
Complementary color
Monochromatic Colors of #124D69
Black with #124D69
Text Example
Text Example
White with #124D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D69; }
p { color: rgb(18,77,105); }
H1.HeaderClassName
{
color: #124D69;
}
.AnyTagClassName
{
color: #124D69;
}
</style>
background-color css
<style>
a { background-color: #124D69; }
a { background-color: rgb(18,77,105); }
div.DivClassName
{
background-color: #124D69;
}
.BgClassName
{
background-color: #124D69;
}
</style>
border-color css
<style>
span { border-color: #124D69; }
span { border-color: rgb(18,77,105); }
td.TdClassName
{
border-color: #124D69;
}
.TagClassName
{
border-color: #124D69;
}
</style>