Shades of Astronaut Blue #124663
Tints of Astronaut Blue #124663
RGB
CMYK
RGB Variations
Color information
#124663 (or 0x124663) is known color: Astronaut Blue. HEX triplet: 12, 46 and 63. RGB value is (18,70,99). Sum of RGB (Red+Green+Blue) = 18+70+99=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #124663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124663 is #EDB99C. Grayscale: #393939. Windows color (decimal): -15579549 or 6506002. OLE color: 6506002.
HSL color Cylindrical-coordinate representation of color #124663: hue angle of 201.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124663 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 70 | 99 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.61 |
| HSL | 201.48º | 0.69% | 0.23% | - |
| HSV(B) | 201.48º | 0.82% | 0.39% | - |
| XYZ | 4.69 | 5.41 | 12.6 | - |
| YUV | 57.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 99 | 0.82 | 0.29 | 0 | 0.61 | 201.48 | 0.69 | 0.23 |
| Hex | 12 | 46 | 63 | 52 | 1D | 0 | 3D | C9 | 45 | 17 |
| Octal | 22 | 106 | 143 | 122 | 35 | 0 | 75 | 311 | 105 | 27 |
| Binary | 10010 | 1000110 | 1100011 | 1010010 | 11101 | 0 | 111101 | 11001001 | 1000101 | 10111 |
Color Harmonies of #124663
Complementary color
Monochromatic Colors of #124663
Black with #124663
Text Example
Text Example
White with #124663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124663; }
p { color: rgb(18,70,99); }
H1.HeaderClassName
{
color: #124663;
}
.AnyTagClassName
{
color: #124663;
}
</style>
background-color css
<style>
a { background-color: #124663; }
a { background-color: rgb(18,70,99); }
div.DivClassName
{
background-color: #124663;
}
.BgClassName
{
background-color: #124663;
}
</style>
border-color css
<style>
span { border-color: #124663; }
span { border-color: rgb(18,70,99); }
td.TdClassName
{
border-color: #124663;
}
.TagClassName
{
border-color: #124663;
}
</style>