Shades of Astronaut Blue #124863
Tints of Astronaut Blue #124863
RGB
CMYK
RGB Variations
Color information
#124863 (or 0x124863) is known color: Astronaut Blue. HEX triplet: 12, 48 and 63. RGB value is (18,72,99). Sum of RGB (Red+Green+Blue) = 18+72+99=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #124863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124863 is #EDB79C. Grayscale: #3A3A3A. Windows color (decimal): -15579037 or 6506514. OLE color: 6506514.
HSL color Cylindrical-coordinate representation of color #124863: hue angle of 200º 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 #124863 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 72 | 99 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.61 |
| HSL | 200º | 0.69% | 0.23% | - |
| HSV(B) | 200º | 0.82% | 0.39% | - |
| XYZ | 4.82 | 5.66 | 12.64 | - |
| YUV | 58.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 99 | 0.82 | 0.27 | 0 | 0.61 | 200 | 0.69 | 0.23 |
| Hex | 12 | 48 | 63 | 52 | 1B | 0 | 3D | C8 | 45 | 17 |
| Octal | 22 | 110 | 143 | 122 | 33 | 0 | 75 | 310 | 105 | 27 |
| Binary | 10010 | 1001000 | 1100011 | 1010010 | 11011 | 0 | 111101 | 11001000 | 1000101 | 10111 |
Color Harmonies of #124863
Complementary color
Monochromatic Colors of #124863
Black with #124863
Text Example
Text Example
White with #124863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124863; }
p { color: rgb(18,72,99); }
H1.HeaderClassName
{
color: #124863;
}
.AnyTagClassName
{
color: #124863;
}
</style>
background-color css
<style>
a { background-color: #124863; }
a { background-color: rgb(18,72,99); }
div.DivClassName
{
background-color: #124863;
}
.BgClassName
{
background-color: #124863;
}
</style>
border-color css
<style>
span { border-color: #124863; }
span { border-color: rgb(18,72,99); }
td.TdClassName
{
border-color: #124863;
}
.TagClassName
{
border-color: #124863;
}
</style>