Shades of Astronaut Blue #124554
Tints of Astronaut Blue #124554
RGB
CMYK
RGB Variations
Color information
#124554 (or 0x124554) is known color: Astronaut Blue. HEX triplet: 12, 45 and 54. RGB value is (18,69,84). Sum of RGB (Red+Green+Blue) = 18+69+84=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #124554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124554 is #EDBAAB. Grayscale: #373737. Windows color (decimal): -15579820 or 5522706. OLE color: 5522706.
HSL color Cylindrical-coordinate representation of color #124554: hue angle of 193.64º 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 #124554 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 69 | 84 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.67 |
| HSL | 193.64º | 0.65% | 0.2% | - |
| HSV(B) | 193.64º | 0.79% | 0.33% | - |
| XYZ | 3.98 | 5.02 | 9.15 | - |
| YUV | 55.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 84 | 0.79 | 0.18 | 0 | 0.67 | 193.64 | 0.65 | 0.2 |
| Hex | 12 | 45 | 54 | 4F | 12 | 0 | 43 | C2 | 41 | 14 |
| Octal | 22 | 105 | 124 | 117 | 22 | 0 | 103 | 302 | 101 | 24 |
| Binary | 10010 | 1000101 | 1010100 | 1001111 | 10010 | 0 | 1000011 | 11000010 | 1000001 | 10100 |
Color Harmonies of #124554
Complementary color
Monochromatic Colors of #124554
Black with #124554
Text Example
Text Example
White with #124554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124554; }
p { color: rgb(18,69,84); }
H1.HeaderClassName
{
color: #124554;
}
.AnyTagClassName
{
color: #124554;
}
</style>
background-color css
<style>
a { background-color: #124554; }
a { background-color: rgb(18,69,84); }
div.DivClassName
{
background-color: #124554;
}
.BgClassName
{
background-color: #124554;
}
</style>
border-color css
<style>
span { border-color: #124554; }
span { border-color: rgb(18,69,84); }
td.TdClassName
{
border-color: #124554;
}
.TagClassName
{
border-color: #124554;
}
</style>