Shades of Astronaut Blue #124F63
Tints of Astronaut Blue #124F63
RGB
CMYK
RGB Variations
Color information
#124F63 (or 0x124F63) is known color: Astronaut Blue. HEX triplet: 12, 4F and 63. RGB value is (18,79,99). Sum of RGB (Red+Green+Blue) = 18+79+99=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #124F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F63 is #EDB09C. Grayscale: #3E3E3E. Windows color (decimal): -15577245 or 6508306. OLE color: 6508306.
HSL color Cylindrical-coordinate representation of color #124F63: hue angle of 194.81º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124F63 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 79 | 99 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.61 |
| HSL | 194.81º | 0.69% | 0.23% | - |
| HSV(B) | 194.81º | 0.82% | 0.39% | - |
| XYZ | 5.3 | 6.62 | 12.8 | - |
| YUV | 63.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 99 | 0.82 | 0.20 | 0 | 0.61 | 194.81 | 0.69 | 0.23 |
| Hex | 12 | 4F | 63 | 52 | 14 | 0 | 3D | C3 | 45 | 17 |
| Octal | 22 | 117 | 143 | 122 | 24 | 0 | 75 | 303 | 105 | 27 |
| Binary | 10010 | 1001111 | 1100011 | 1010010 | 10100 | 0 | 111101 | 11000011 | 1000101 | 10111 |
Color Harmonies of #124F63
Complementary color
Monochromatic Colors of #124F63
Black with #124F63
Text Example
Text Example
White with #124F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F63; }
p { color: rgb(18,79,99); }
H1.HeaderClassName
{
color: #124F63;
}
.AnyTagClassName
{
color: #124F63;
}
</style>
background-color css
<style>
a { background-color: #124F63; }
a { background-color: rgb(18,79,99); }
div.DivClassName
{
background-color: #124F63;
}
.BgClassName
{
background-color: #124F63;
}
</style>
border-color css
<style>
span { border-color: #124F63; }
span { border-color: rgb(18,79,99); }
td.TdClassName
{
border-color: #124F63;
}
.TagClassName
{
border-color: #124F63;
}
</style>