Shades of Astronaut Blue #124E6B
Tints of Astronaut Blue #124E6B
RGB
CMYK
RGB Variations
Color information
#124E6B (or 0x124E6B) is known color: Astronaut Blue. HEX triplet: 12, 4E and 6B. RGB value is (18,78,107). Sum of RGB (Red+Green+Blue) = 18+78+107=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #124E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E6B is #EDB194. Grayscale: #3F3F3F. Windows color (decimal): -15577493 or 7032338. OLE color: 7032338.
HSL color Cylindrical-coordinate representation of color #124E6B: hue angle of 199.55º 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 #124E6B is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 78 | 107 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.58 |
| HSL | 199.55º | 0.71% | 0.25% | - |
| HSV(B) | 199.55º | 0.83% | 0.42% | - |
| XYZ | 5.63 | 6.64 | 14.89 | - |
| YUV | 63.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 107 | 0.83 | 0.27 | 0 | 0.58 | 199.55 | 0.71 | 0.25 |
| Hex | 12 | 4E | 6B | 53 | 1B | 0 | 3A | C8 | 47 | 19 |
| Octal | 22 | 116 | 153 | 123 | 33 | 0 | 72 | 310 | 107 | 31 |
| Binary | 10010 | 1001110 | 1101011 | 1010011 | 11011 | 0 | 111010 | 11001000 | 1000111 | 11001 |
Color Harmonies of #124E6B
Complementary color
Monochromatic Colors of #124E6B
Black with #124E6B
Text Example
Text Example
White with #124E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E6B; }
p { color: rgb(18,78,107); }
H1.HeaderClassName
{
color: #124E6B;
}
.AnyTagClassName
{
color: #124E6B;
}
</style>
background-color css
<style>
a { background-color: #124E6B; }
a { background-color: rgb(18,78,107); }
div.DivClassName
{
background-color: #124E6B;
}
.BgClassName
{
background-color: #124E6B;
}
</style>
border-color css
<style>
span { border-color: #124E6B; }
span { border-color: rgb(18,78,107); }
td.TdClassName
{
border-color: #124E6B;
}
.TagClassName
{
border-color: #124E6B;
}
</style>