Shades of Astronaut Blue #124E69
Tints of Astronaut Blue #124E69
RGB
CMYK
RGB Variations
Color information
#124E69 (or 0x124E69) is known color: Astronaut Blue. HEX triplet: 12, 4E and 69. RGB value is (18,78,105). Sum of RGB (Red+Green+Blue) = 18+78+105=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #124E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E69 is #EDB196. Grayscale: #3E3E3E. Windows color (decimal): -15577495 or 6901266. OLE color: 6901266.
HSL color Cylindrical-coordinate representation of color #124E69: hue angle of 198.62º 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 #124E69 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 78 | 105 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.59 |
| HSL | 198.62º | 0.71% | 0.24% | - |
| HSV(B) | 198.62º | 0.83% | 0.41% | - |
| XYZ | 5.52 | 6.6 | 14.35 | - |
| YUV | 63.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 105 | 0.83 | 0.26 | 0 | 0.59 | 198.62 | 0.71 | 0.24 |
| Hex | 12 | 4E | 69 | 53 | 1A | 0 | 3B | C7 | 47 | 18 |
| Octal | 22 | 116 | 151 | 123 | 32 | 0 | 73 | 307 | 107 | 30 |
| Binary | 10010 | 1001110 | 1101001 | 1010011 | 11010 | 0 | 111011 | 11000111 | 1000111 | 11000 |
Color Harmonies of #124E69
Complementary color
Monochromatic Colors of #124E69
Black with #124E69
Text Example
Text Example
White with #124E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E69; }
p { color: rgb(18,78,105); }
H1.HeaderClassName
{
color: #124E69;
}
.AnyTagClassName
{
color: #124E69;
}
</style>
background-color css
<style>
a { background-color: #124E69; }
a { background-color: rgb(18,78,105); }
div.DivClassName
{
background-color: #124E69;
}
.BgClassName
{
background-color: #124E69;
}
</style>
border-color css
<style>
span { border-color: #124E69; }
span { border-color: rgb(18,78,105); }
td.TdClassName
{
border-color: #124E69;
}
.TagClassName
{
border-color: #124E69;
}
</style>