Shades of Astronaut Blue #124D68
Tints of Astronaut Blue #124D68
RGB
CMYK
RGB Variations
Color information
#124D68 (or 0x124D68) is known color: Astronaut Blue. HEX triplet: 12, 4D and 68. RGB value is (18,77,104). Sum of RGB (Red+Green+Blue) = 18+77+104=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #124D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D68 is #EDB297. Grayscale: #3E3E3E. Windows color (decimal): -15577752 or 6835474. OLE color: 6835474.
HSL color Cylindrical-coordinate representation of color #124D68: hue angle of 198.84º degrees, saturation: 0.7, 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 #124D68 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 77 | 104 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.59 |
| HSL | 198.84º | 0.7% | 0.24% | - |
| HSV(B) | 198.84º | 0.83% | 0.41% | - |
| XYZ | 5.4 | 6.44 | 14.05 | - |
| YUV | 62.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 104 | 0.83 | 0.26 | 0 | 0.59 | 198.84 | 0.7 | 0.24 |
| Hex | 12 | 4D | 68 | 53 | 1A | 0 | 3B | C7 | 46 | 18 |
| Octal | 22 | 115 | 150 | 123 | 32 | 0 | 73 | 307 | 106 | 30 |
| Binary | 10010 | 1001101 | 1101000 | 1010011 | 11010 | 0 | 111011 | 11000111 | 1000110 | 11000 |
Color Harmonies of #124D68
Complementary color
Monochromatic Colors of #124D68
Black with #124D68
Text Example
Text Example
White with #124D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D68; }
p { color: rgb(18,77,104); }
H1.HeaderClassName
{
color: #124D68;
}
.AnyTagClassName
{
color: #124D68;
}
</style>
background-color css
<style>
a { background-color: #124D68; }
a { background-color: rgb(18,77,104); }
div.DivClassName
{
background-color: #124D68;
}
.BgClassName
{
background-color: #124D68;
}
</style>
border-color css
<style>
span { border-color: #124D68; }
span { border-color: rgb(18,77,104); }
td.TdClassName
{
border-color: #124D68;
}
.TagClassName
{
border-color: #124D68;
}
</style>