Shades of Astronaut Blue #124662
Tints of Astronaut Blue #124662
RGB
CMYK
RGB Variations
Color information
#124662 (or 0x124662) is known color: Astronaut Blue. HEX triplet: 12, 46 and 62. RGB value is (18,70,98). Sum of RGB (Red+Green+Blue) = 18+70+98=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #124662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124662 is #EDB99D. Grayscale: #393939. Windows color (decimal): -15579550 or 6440466. OLE color: 6440466.
HSL color Cylindrical-coordinate representation of color #124662: hue angle of 201º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124662 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 70 | 98 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.62 |
| HSL | 201º | 0.69% | 0.23% | - |
| HSV(B) | 201º | 0.82% | 0.38% | - |
| XYZ | 4.64 | 5.39 | 12.35 | - |
| YUV | 57.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 98 | 0.82 | 0.29 | 0 | 0.62 | 201 | 0.69 | 0.23 |
| Hex | 12 | 46 | 62 | 52 | 1D | 0 | 3E | C9 | 45 | 17 |
| Octal | 22 | 106 | 142 | 122 | 35 | 0 | 76 | 311 | 105 | 27 |
| Binary | 10010 | 1000110 | 1100010 | 1010010 | 11101 | 0 | 111110 | 11001001 | 1000101 | 10111 |
Color Harmonies of #124662
Complementary color
Monochromatic Colors of #124662
Black with #124662
Text Example
Text Example
White with #124662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124662; }
p { color: rgb(18,70,98); }
H1.HeaderClassName
{
color: #124662;
}
.AnyTagClassName
{
color: #124662;
}
</style>
background-color css
<style>
a { background-color: #124662; }
a { background-color: rgb(18,70,98); }
div.DivClassName
{
background-color: #124662;
}
.BgClassName
{
background-color: #124662;
}
</style>
border-color css
<style>
span { border-color: #124662; }
span { border-color: rgb(18,70,98); }
td.TdClassName
{
border-color: #124662;
}
.TagClassName
{
border-color: #124662;
}
</style>