Shades of Astronaut Blue #124055
Tints of Astronaut Blue #124055
RGB
CMYK
RGB Variations
Color information
#124055 (or 0x124055) is known color: Astronaut Blue. HEX triplet: 12, 40 and 55. RGB value is (18,64,85). Sum of RGB (Red+Green+Blue) = 18+64+85=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #124055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124055 is #EDBFAA. Grayscale: #343434. Windows color (decimal): -15581099 or 5586962. OLE color: 5586962.
HSL color Cylindrical-coordinate representation of color #124055: hue angle of 198.81º 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 #124055 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 64 | 85 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.67 |
| HSL | 198.81º | 0.65% | 0.2% | - |
| HSV(B) | 198.81º | 0.79% | 0.33% | - |
| XYZ | 3.72 | 4.45 | 9.26 | - |
| YUV | 52.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 85 | 0.79 | 0.25 | 0 | 0.67 | 198.81 | 0.65 | 0.2 |
| Hex | 12 | 40 | 55 | 4F | 19 | 0 | 43 | C7 | 41 | 14 |
| Octal | 22 | 100 | 125 | 117 | 31 | 0 | 103 | 307 | 101 | 24 |
| Binary | 10010 | 1000000 | 1010101 | 1001111 | 11001 | 0 | 1000011 | 11000111 | 1000001 | 10100 |
Color Harmonies of #124055
Complementary color
Monochromatic Colors of #124055
Black with #124055
Text Example
Text Example
White with #124055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124055; }
p { color: rgb(18,64,85); }
H1.HeaderClassName
{
color: #124055;
}
.AnyTagClassName
{
color: #124055;
}
</style>
background-color css
<style>
a { background-color: #124055; }
a { background-color: rgb(18,64,85); }
div.DivClassName
{
background-color: #124055;
}
.BgClassName
{
background-color: #124055;
}
</style>
border-color css
<style>
span { border-color: #124055; }
span { border-color: rgb(18,64,85); }
td.TdClassName
{
border-color: #124055;
}
.TagClassName
{
border-color: #124055;
}
</style>