Shades of Astronaut Blue #124E63
Tints of Astronaut Blue #124E63
RGB
CMYK
RGB Variations
Color information
#124E63 (or 0x124E63) is known color: Astronaut Blue. HEX triplet: 12, 4E and 63. RGB value is (18,78,99). Sum of RGB (Red+Green+Blue) = 18+78+99=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #124E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E63 is #EDB19C. Grayscale: #3E3E3E. Windows color (decimal): -15577501 or 6508050. OLE color: 6508050.
HSL color Cylindrical-coordinate representation of color #124E63: hue angle of 195.56º 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 #124E63 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 78 | 99 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.61 |
| HSL | 195.56º | 0.69% | 0.23% | - |
| HSV(B) | 195.56º | 0.82% | 0.39% | - |
| XYZ | 5.23 | 6.48 | 12.78 | - |
| YUV | 62.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 99 | 0.82 | 0.21 | 0 | 0.61 | 195.56 | 0.69 | 0.23 |
| Hex | 12 | 4E | 63 | 52 | 15 | 0 | 3D | C4 | 45 | 17 |
| Octal | 22 | 116 | 143 | 122 | 25 | 0 | 75 | 304 | 105 | 27 |
| Binary | 10010 | 1001110 | 1100011 | 1010010 | 10101 | 0 | 111101 | 11000100 | 1000101 | 10111 |
Color Harmonies of #124E63
Complementary color
Monochromatic Colors of #124E63
Black with #124E63
Text Example
Text Example
White with #124E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E63; }
p { color: rgb(18,78,99); }
H1.HeaderClassName
{
color: #124E63;
}
.AnyTagClassName
{
color: #124E63;
}
</style>
background-color css
<style>
a { background-color: #124E63; }
a { background-color: rgb(18,78,99); }
div.DivClassName
{
background-color: #124E63;
}
.BgClassName
{
background-color: #124E63;
}
</style>
border-color css
<style>
span { border-color: #124E63; }
span { border-color: rgb(18,78,99); }
td.TdClassName
{
border-color: #124E63;
}
.TagClassName
{
border-color: #124E63;
}
</style>