Shades of Astronaut Blue #124C5E
Tints of Astronaut Blue #124C5E
RGB
CMYK
RGB Variations
Color information
#124C5E (or 0x124C5E) is known color: Astronaut Blue. HEX triplet: 12, 4C and 5E. RGB value is (18,76,94). Sum of RGB (Red+Green+Blue) = 18+76+94=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #124C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5E is #EDB3A1. Grayscale: #3C3C3C. Windows color (decimal): -15578018 or 6179858. OLE color: 6179858.
HSL color Cylindrical-coordinate representation of color #124C5E: hue angle of 194.21º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124C5E is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 76 | 94 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.63 |
| HSL | 194.21º | 0.68% | 0.22% | - |
| HSV(B) | 194.21º | 0.81% | 0.37% | - |
| XYZ | 4.85 | 6.11 | 11.51 | - |
| YUV | 60.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 94 | 0.81 | 0.19 | 0 | 0.63 | 194.21 | 0.68 | 0.22 |
| Hex | 12 | 4C | 5E | 51 | 13 | 0 | 3F | C2 | 44 | 16 |
| Octal | 22 | 114 | 136 | 121 | 23 | 0 | 77 | 302 | 104 | 26 |
| Binary | 10010 | 1001100 | 1011110 | 1010001 | 10011 | 0 | 111111 | 11000010 | 1000100 | 10110 |
Color Harmonies of #124C5E
Complementary color
Monochromatic Colors of #124C5E
Black with #124C5E
Text Example
Text Example
White with #124C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C5E; }
p { color: rgb(18,76,94); }
H1.HeaderClassName
{
color: #124C5E;
}
.AnyTagClassName
{
color: #124C5E;
}
</style>
background-color css
<style>
a { background-color: #124C5E; }
a { background-color: rgb(18,76,94); }
div.DivClassName
{
background-color: #124C5E;
}
.BgClassName
{
background-color: #124C5E;
}
</style>
border-color css
<style>
span { border-color: #124C5E; }
span { border-color: rgb(18,76,94); }
td.TdClassName
{
border-color: #124C5E;
}
.TagClassName
{
border-color: #124C5E;
}
</style>