Shades of Astronaut Blue #124765
Tints of Astronaut Blue #124765
RGB
CMYK
RGB Variations
Color information
#124765 (or 0x124765) is known color: Astronaut Blue. HEX triplet: 12, 47 and 65. RGB value is (18,71,101). Sum of RGB (Red+Green+Blue) = 18+71+101=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #124765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124765 is #EDB89A. Grayscale: #3A3A3A. Windows color (decimal): -15579291 or 6637330. OLE color: 6637330.
HSL color Cylindrical-coordinate representation of color #124765: hue angle of 201.69º 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 #124765 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 71 | 101 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.60 |
| HSL | 201.69º | 0.7% | 0.23% | - |
| HSV(B) | 201.69º | 0.82% | 0.4% | - |
| XYZ | 4.85 | 5.57 | 13.13 | - |
| YUV | 58.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 101 | 0.82 | 0.30 | 0 | 0.60 | 201.69 | 0.7 | 0.23 |
| Hex | 12 | 47 | 65 | 52 | 1E | 0 | 3C | CA | 46 | 17 |
| Octal | 22 | 107 | 145 | 122 | 36 | 0 | 74 | 312 | 106 | 27 |
| Binary | 10010 | 1000111 | 1100101 | 1010010 | 11110 | 0 | 111100 | 11001010 | 1000110 | 10111 |
Color Harmonies of #124765
Complementary color
Monochromatic Colors of #124765
Black with #124765
Text Example
Text Example
White with #124765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124765; }
p { color: rgb(18,71,101); }
H1.HeaderClassName
{
color: #124765;
}
.AnyTagClassName
{
color: #124765;
}
</style>
background-color css
<style>
a { background-color: #124765; }
a { background-color: rgb(18,71,101); }
div.DivClassName
{
background-color: #124765;
}
.BgClassName
{
background-color: #124765;
}
</style>
border-color css
<style>
span { border-color: #124765; }
span { border-color: rgb(18,71,101); }
td.TdClassName
{
border-color: #124765;
}
.TagClassName
{
border-color: #124765;
}
</style>