Shades of Astronaut Blue #124B5E
Tints of Astronaut Blue #124B5E
RGB
CMYK
RGB Variations
Color information
#124B5E (or 0x124B5E) is known color: Astronaut Blue. HEX triplet: 12, 4B and 5E. RGB value is (18,75,94). Sum of RGB (Red+Green+Blue) = 18+75+94=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #124B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B5E is #EDB4A1. Grayscale: #3B3B3B. Windows color (decimal): -15578274 or 6179602. OLE color: 6179602.
HSL color Cylindrical-coordinate representation of color #124B5E: hue angle of 195º 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 #124B5E is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 75 | 94 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.63 |
| HSL | 195º | 0.68% | 0.22% | - |
| HSV(B) | 195º | 0.81% | 0.37% | - |
| XYZ | 4.79 | 5.97 | 11.49 | - |
| YUV | 60.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 94 | 0.81 | 0.20 | 0 | 0.63 | 195 | 0.68 | 0.22 |
| Hex | 12 | 4B | 5E | 51 | 14 | 0 | 3F | C3 | 44 | 16 |
| Octal | 22 | 113 | 136 | 121 | 24 | 0 | 77 | 303 | 104 | 26 |
| Binary | 10010 | 1001011 | 1011110 | 1010001 | 10100 | 0 | 111111 | 11000011 | 1000100 | 10110 |
Color Harmonies of #124B5E
Complementary color
Monochromatic Colors of #124B5E
Black with #124B5E
Text Example
Text Example
White with #124B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B5E; }
p { color: rgb(18,75,94); }
H1.HeaderClassName
{
color: #124B5E;
}
.AnyTagClassName
{
color: #124B5E;
}
</style>
background-color css
<style>
a { background-color: #124B5E; }
a { background-color: rgb(18,75,94); }
div.DivClassName
{
background-color: #124B5E;
}
.BgClassName
{
background-color: #124B5E;
}
</style>
border-color css
<style>
span { border-color: #124B5E; }
span { border-color: rgb(18,75,94); }
td.TdClassName
{
border-color: #124B5E;
}
.TagClassName
{
border-color: #124B5E;
}
</style>