Shades of Astronaut Blue #124054
Tints of Astronaut Blue #124054
RGB
CMYK
RGB Variations
Color information
#124054 (or 0x124054) is known color: Astronaut Blue. HEX triplet: 12, 40 and 54. RGB value is (18,64,84). Sum of RGB (Red+Green+Blue) = 18+64+84=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #124054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124054 is #EDBFAB. Grayscale: #343434. Windows color (decimal): -15581100 or 5521426. OLE color: 5521426.
HSL color Cylindrical-coordinate representation of color #124054: hue angle of 198.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124054 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 64 | 84 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.67 |
| HSL | 198.18º | 0.65% | 0.2% | - |
| HSV(B) | 198.18º | 0.79% | 0.33% | - |
| XYZ | 3.68 | 4.44 | 9.05 | - |
| YUV | 52.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 84 | 0.79 | 0.24 | 0 | 0.67 | 198.18 | 0.65 | 0.2 |
| Hex | 12 | 40 | 54 | 4F | 18 | 0 | 43 | C6 | 41 | 14 |
| Octal | 22 | 100 | 124 | 117 | 30 | 0 | 103 | 306 | 101 | 24 |
| Binary | 10010 | 1000000 | 1010100 | 1001111 | 11000 | 0 | 1000011 | 11000110 | 1000001 | 10100 |
Color Harmonies of #124054
Complementary color
Monochromatic Colors of #124054
Black with #124054
Text Example
Text Example
White with #124054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124054; }
p { color: rgb(18,64,84); }
H1.HeaderClassName
{
color: #124054;
}
.AnyTagClassName
{
color: #124054;
}
</style>
background-color css
<style>
a { background-color: #124054; }
a { background-color: rgb(18,64,84); }
div.DivClassName
{
background-color: #124054;
}
.BgClassName
{
background-color: #124054;
}
</style>
border-color css
<style>
span { border-color: #124054; }
span { border-color: rgb(18,64,84); }
td.TdClassName
{
border-color: #124054;
}
.TagClassName
{
border-color: #124054;
}
</style>