Shades of Astronaut Blue #124E65
Tints of Astronaut Blue #124E65
RGB
CMYK
RGB Variations
Color information
#124E65 (or 0x124E65) is known color: Astronaut Blue. HEX triplet: 12, 4E and 65. RGB value is (18,78,101). Sum of RGB (Red+Green+Blue) = 18+78+101=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #124E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E65 is #EDB19A. Grayscale: #3E3E3E. Windows color (decimal): -15577499 or 6639122. OLE color: 6639122.
HSL color Cylindrical-coordinate representation of color #124E65: hue angle of 196.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124E65 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 78 | 101 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.60 |
| HSL | 196.63º | 0.7% | 0.23% | - |
| HSV(B) | 196.63º | 0.82% | 0.4% | - |
| XYZ | 5.32 | 6.52 | 13.29 | - |
| YUV | 62.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 101 | 0.82 | 0.23 | 0 | 0.60 | 196.63 | 0.7 | 0.23 |
| Hex | 12 | 4E | 65 | 52 | 17 | 0 | 3C | C5 | 46 | 17 |
| Octal | 22 | 116 | 145 | 122 | 27 | 0 | 74 | 305 | 106 | 27 |
| Binary | 10010 | 1001110 | 1100101 | 1010010 | 10111 | 0 | 111100 | 11000101 | 1000110 | 10111 |
Color Harmonies of #124E65
Complementary color
Monochromatic Colors of #124E65
Black with #124E65
Text Example
Text Example
White with #124E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E65; }
p { color: rgb(18,78,101); }
H1.HeaderClassName
{
color: #124E65;
}
.AnyTagClassName
{
color: #124E65;
}
</style>
background-color css
<style>
a { background-color: #124E65; }
a { background-color: rgb(18,78,101); }
div.DivClassName
{
background-color: #124E65;
}
.BgClassName
{
background-color: #124E65;
}
</style>
border-color css
<style>
span { border-color: #124E65; }
span { border-color: rgb(18,78,101); }
td.TdClassName
{
border-color: #124E65;
}
.TagClassName
{
border-color: #124E65;
}
</style>