Shades of Astronaut Blue #124668
Tints of Astronaut Blue #124668
RGB
CMYK
RGB Variations
Color information
#124668 (or 0x124668) is known color: Astronaut Blue. HEX triplet: 12, 46 and 68. RGB value is (18,70,104). Sum of RGB (Red+Green+Blue) = 18+70+104=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #124668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124668 is #EDB997. Grayscale: #3A3A3A. Windows color (decimal): -15579544 or 6833682. OLE color: 6833682.
HSL color Cylindrical-coordinate representation of color #124668: hue angle of 203.72º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124668 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 70 | 104 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.59 |
| HSL | 203.72º | 0.7% | 0.24% | - |
| HSV(B) | 203.72º | 0.83% | 0.41% | - |
| XYZ | 4.94 | 5.51 | 13.9 | - |
| YUV | 58.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 104 | 0.83 | 0.33 | 0 | 0.59 | 203.72 | 0.7 | 0.24 |
| Hex | 12 | 46 | 68 | 53 | 21 | 0 | 3B | CC | 46 | 18 |
| Octal | 22 | 106 | 150 | 123 | 41 | 0 | 73 | 314 | 106 | 30 |
| Binary | 10010 | 1000110 | 1101000 | 1010011 | 100001 | 0 | 111011 | 11001100 | 1000110 | 11000 |
Color Harmonies of #124668
Complementary color
Monochromatic Colors of #124668
Black with #124668
Text Example
Text Example
White with #124668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124668; }
p { color: rgb(18,70,104); }
H1.HeaderClassName
{
color: #124668;
}
.AnyTagClassName
{
color: #124668;
}
</style>
background-color css
<style>
a { background-color: #124668; }
a { background-color: rgb(18,70,104); }
div.DivClassName
{
background-color: #124668;
}
.BgClassName
{
background-color: #124668;
}
</style>
border-color css
<style>
span { border-color: #124668; }
span { border-color: rgb(18,70,104); }
td.TdClassName
{
border-color: #124668;
}
.TagClassName
{
border-color: #124668;
}
</style>