Shades of Astronaut Blue #124565
Tints of Astronaut Blue #124565
RGB
CMYK
RGB Variations
Color information
#124565 (or 0x124565) is known color: Astronaut Blue. HEX triplet: 12, 45 and 65. RGB value is (18,69,101). Sum of RGB (Red+Green+Blue) = 18+69+101=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #124565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124565 is #EDBA9A. Grayscale: #393939. Windows color (decimal): -15579803 or 6636818. OLE color: 6636818.
HSL color Cylindrical-coordinate representation of color #124565: hue angle of 203.13º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124565 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 69 | 101 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.60 |
| HSL | 203.13º | 0.7% | 0.23% | - |
| HSV(B) | 203.13º | 0.82% | 0.4% | - |
| XYZ | 4.73 | 5.32 | 13.09 | - |
| YUV | 57.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 101 | 0.82 | 0.32 | 0 | 0.60 | 203.13 | 0.7 | 0.23 |
| Hex | 12 | 45 | 65 | 52 | 20 | 0 | 3C | CB | 46 | 17 |
| Octal | 22 | 105 | 145 | 122 | 40 | 0 | 74 | 313 | 106 | 27 |
| Binary | 10010 | 1000101 | 1100101 | 1010010 | 100000 | 0 | 111100 | 11001011 | 1000110 | 10111 |
Color Harmonies of #124565
Complementary color
Monochromatic Colors of #124565
Black with #124565
Text Example
Text Example
White with #124565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124565; }
p { color: rgb(18,69,101); }
H1.HeaderClassName
{
color: #124565;
}
.AnyTagClassName
{
color: #124565;
}
</style>
background-color css
<style>
a { background-color: #124565; }
a { background-color: rgb(18,69,101); }
div.DivClassName
{
background-color: #124565;
}
.BgClassName
{
background-color: #124565;
}
</style>
border-color css
<style>
span { border-color: #124565; }
span { border-color: rgb(18,69,101); }
td.TdClassName
{
border-color: #124565;
}
.TagClassName
{
border-color: #124565;
}
</style>