Shades of Astronaut Blue #124C5B
Tints of Astronaut Blue #124C5B
RGB
CMYK
RGB Variations
Color information
#124C5B (or 0x124C5B) is known color: Astronaut Blue. HEX triplet: 12, 4C and 5B. RGB value is (18,76,91). Sum of RGB (Red+Green+Blue) = 18+76+91=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #124C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5B is #EDB3A4. Grayscale: #3C3C3C. Windows color (decimal): -15578021 or 5983250. OLE color: 5983250.
HSL color Cylindrical-coordinate representation of color #124C5B: hue angle of 192.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124C5B is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 76 | 91 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.64 |
| HSL | 192.33º | 0.67% | 0.21% | - |
| HSV(B) | 192.33º | 0.8% | 0.36% | - |
| XYZ | 4.72 | 6.05 | 10.82 | - |
| YUV | 60.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 91 | 0.80 | 0.16 | 0 | 0.64 | 192.33 | 0.67 | 0.21 |
| Hex | 12 | 4C | 5B | 50 | 10 | 0 | 40 | C0 | 43 | 15 |
| Octal | 22 | 114 | 133 | 120 | 20 | 0 | 100 | 300 | 103 | 25 |
| Binary | 10010 | 1001100 | 1011011 | 1010000 | 10000 | 0 | 1000000 | 11000000 | 1000011 | 10101 |
Color Harmonies of #124C5B
Complementary color
Monochromatic Colors of #124C5B
Black with #124C5B
Text Example
Text Example
White with #124C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C5B; }
p { color: rgb(18,76,91); }
H1.HeaderClassName
{
color: #124C5B;
}
.AnyTagClassName
{
color: #124C5B;
}
</style>
background-color css
<style>
a { background-color: #124C5B; }
a { background-color: rgb(18,76,91); }
div.DivClassName
{
background-color: #124C5B;
}
.BgClassName
{
background-color: #124C5B;
}
</style>
border-color css
<style>
span { border-color: #124C5B; }
span { border-color: rgb(18,76,91); }
td.TdClassName
{
border-color: #124C5B;
}
.TagClassName
{
border-color: #124C5B;
}
</style>