Shades of Astronaut Blue #124557
Tints of Astronaut Blue #124557
RGB
CMYK
RGB Variations
Color information
#124557 (or 0x124557) is known color: Astronaut Blue. HEX triplet: 12, 45 and 57. RGB value is (18,69,87). Sum of RGB (Red+Green+Blue) = 18+69+87=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #124557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124557 is #EDBAA8. Grayscale: #373737. Windows color (decimal): -15579817 or 5719314. OLE color: 5719314.
HSL color Cylindrical-coordinate representation of color #124557: hue angle of 195.65º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124557 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 69 | 87 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.66 |
| HSL | 195.65º | 0.66% | 0.21% | - |
| HSV(B) | 195.65º | 0.79% | 0.34% | - |
| XYZ | 4.1 | 5.07 | 9.78 | - |
| YUV | 55.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 87 | 0.79 | 0.21 | 0 | 0.66 | 195.65 | 0.66 | 0.21 |
| Hex | 12 | 45 | 57 | 4F | 15 | 0 | 42 | C4 | 42 | 15 |
| Octal | 22 | 105 | 127 | 117 | 25 | 0 | 102 | 304 | 102 | 25 |
| Binary | 10010 | 1000101 | 1010111 | 1001111 | 10101 | 0 | 1000010 | 11000100 | 1000010 | 10101 |
Color Harmonies of #124557
Complementary color
Monochromatic Colors of #124557
Black with #124557
Text Example
Text Example
White with #124557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124557; }
p { color: rgb(18,69,87); }
H1.HeaderClassName
{
color: #124557;
}
.AnyTagClassName
{
color: #124557;
}
</style>
background-color css
<style>
a { background-color: #124557; }
a { background-color: rgb(18,69,87); }
div.DivClassName
{
background-color: #124557;
}
.BgClassName
{
background-color: #124557;
}
</style>
border-color css
<style>
span { border-color: #124557; }
span { border-color: rgb(18,69,87); }
td.TdClassName
{
border-color: #124557;
}
.TagClassName
{
border-color: #124557;
}
</style>