Shades of Astronaut Blue #124556
Tints of Astronaut Blue #124556
RGB
CMYK
RGB Variations
Color information
#124556 (or 0x124556) is known color: Astronaut Blue. HEX triplet: 12, 45 and 56. RGB value is (18,69,86). Sum of RGB (Red+Green+Blue) = 18+69+86=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #124556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124556 is #EDBAA9. Grayscale: #373737. Windows color (decimal): -15579818 or 5653778. OLE color: 5653778.
HSL color Cylindrical-coordinate representation of color #124556: hue angle of 195º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124556 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 69 | 86 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.66 |
| HSL | 195º | 0.65% | 0.2% | - |
| HSV(B) | 195º | 0.79% | 0.34% | - |
| XYZ | 4.06 | 5.06 | 9.57 | - |
| YUV | 55.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 86 | 0.79 | 0.20 | 0 | 0.66 | 195 | 0.65 | 0.2 |
| Hex | 12 | 45 | 56 | 4F | 14 | 0 | 42 | C3 | 41 | 14 |
| Octal | 22 | 105 | 126 | 117 | 24 | 0 | 102 | 303 | 101 | 24 |
| Binary | 10010 | 1000101 | 1010110 | 1001111 | 10100 | 0 | 1000010 | 11000011 | 1000001 | 10100 |
Color Harmonies of #124556
Complementary color
Monochromatic Colors of #124556
Black with #124556
Text Example
Text Example
White with #124556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124556; }
p { color: rgb(18,69,86); }
H1.HeaderClassName
{
color: #124556;
}
.AnyTagClassName
{
color: #124556;
}
</style>
background-color css
<style>
a { background-color: #124556; }
a { background-color: rgb(18,69,86); }
div.DivClassName
{
background-color: #124556;
}
.BgClassName
{
background-color: #124556;
}
</style>
border-color css
<style>
span { border-color: #124556; }
span { border-color: rgb(18,69,86); }
td.TdClassName
{
border-color: #124556;
}
.TagClassName
{
border-color: #124556;
}
</style>