Shades of Astronaut Blue #124C5F
Tints of Astronaut Blue #124C5F
RGB
CMYK
RGB Variations
Color information
#124C5F (or 0x124C5F) is known color: Astronaut Blue. HEX triplet: 12, 4C and 5F. RGB value is (18,76,95). Sum of RGB (Red+Green+Blue) = 18+76+95=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #124C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5F is #EDB3A0. Grayscale: #3C3C3C. Windows color (decimal): -15578017 or 6245394. OLE color: 6245394.
HSL color Cylindrical-coordinate representation of color #124C5F: hue angle of 194.81º 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 #124C5F is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 76 | 95 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.63 |
| HSL | 194.81º | 0.68% | 0.22% | - |
| HSV(B) | 194.81º | 0.81% | 0.37% | - |
| XYZ | 4.9 | 6.12 | 11.75 | - |
| YUV | 60.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 95 | 0.81 | 0.20 | 0 | 0.63 | 194.81 | 0.68 | 0.22 |
| Hex | 12 | 4C | 5F | 51 | 14 | 0 | 3F | C3 | 44 | 16 |
| Octal | 22 | 114 | 137 | 121 | 24 | 0 | 77 | 303 | 104 | 26 |
| Binary | 10010 | 1001100 | 1011111 | 1010001 | 10100 | 0 | 111111 | 11000011 | 1000100 | 10110 |
Color Harmonies of #124C5F
Complementary color
Monochromatic Colors of #124C5F
Black with #124C5F
Text Example
Text Example
White with #124C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C5F; }
p { color: rgb(18,76,95); }
H1.HeaderClassName
{
color: #124C5F;
}
.AnyTagClassName
{
color: #124C5F;
}
</style>
background-color css
<style>
a { background-color: #124C5F; }
a { background-color: rgb(18,76,95); }
div.DivClassName
{
background-color: #124C5F;
}
.BgClassName
{
background-color: #124C5F;
}
</style>
border-color css
<style>
span { border-color: #124C5F; }
span { border-color: rgb(18,76,95); }
td.TdClassName
{
border-color: #124C5F;
}
.TagClassName
{
border-color: #124C5F;
}
</style>