Shades of Astronaut Blue #124D6B
Tints of Astronaut Blue #124D6B
RGB
CMYK
RGB Variations
Color information
#124D6B (or 0x124D6B) is known color: Astronaut Blue. HEX triplet: 12, 4D and 6B. RGB value is (18,77,107). Sum of RGB (Red+Green+Blue) = 18+77+107=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #124D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6B is #EDB294. Grayscale: #3E3E3E. Windows color (decimal): -15577749 or 7032082. OLE color: 7032082.
HSL color Cylindrical-coordinate representation of color #124D6B: hue angle of 200.22º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124D6B is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 77 | 107 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.58 |
| HSL | 200.22º | 0.71% | 0.25% | - |
| HSV(B) | 200.22º | 0.83% | 0.42% | - |
| XYZ | 5.56 | 6.5 | 14.87 | - |
| YUV | 62.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 107 | 0.83 | 0.28 | 0 | 0.58 | 200.22 | 0.71 | 0.25 |
| Hex | 12 | 4D | 6B | 53 | 1C | 0 | 3A | C8 | 47 | 19 |
| Octal | 22 | 115 | 153 | 123 | 34 | 0 | 72 | 310 | 107 | 31 |
| Binary | 10010 | 1001101 | 1101011 | 1010011 | 11100 | 0 | 111010 | 11001000 | 1000111 | 11001 |
Color Harmonies of #124D6B
Complementary color
Monochromatic Colors of #124D6B
Black with #124D6B
Text Example
Text Example
White with #124D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D6B; }
p { color: rgb(18,77,107); }
H1.HeaderClassName
{
color: #124D6B;
}
.AnyTagClassName
{
color: #124D6B;
}
</style>
background-color css
<style>
a { background-color: #124D6B; }
a { background-color: rgb(18,77,107); }
div.DivClassName
{
background-color: #124D6B;
}
.BgClassName
{
background-color: #124D6B;
}
</style>
border-color css
<style>
span { border-color: #124D6B; }
span { border-color: rgb(18,77,107); }
td.TdClassName
{
border-color: #124D6B;
}
.TagClassName
{
border-color: #124D6B;
}
</style>