Shades of Astronaut Blue #124667
Tints of Astronaut Blue #124667
RGB
CMYK
RGB Variations
Color information
#124667 (or 0x124667) is known color: Astronaut Blue. HEX triplet: 12, 46 and 67. RGB value is (18,70,103). Sum of RGB (Red+Green+Blue) = 18+70+103=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #124667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124667 is #EDB998. Grayscale: #3A3A3A. Windows color (decimal): -15579545 or 6768146. OLE color: 6768146.
HSL color Cylindrical-coordinate representation of color #124667: hue angle of 203.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124667 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 70 | 103 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.60 |
| HSL | 203.29º | 0.7% | 0.24% | - |
| HSV(B) | 203.29º | 0.83% | 0.4% | - |
| XYZ | 4.89 | 5.49 | 13.63 | - |
| YUV | 58.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 103 | 0.83 | 0.32 | 0 | 0.60 | 203.29 | 0.7 | 0.24 |
| Hex | 12 | 46 | 67 | 53 | 20 | 0 | 3C | CB | 46 | 18 |
| Octal | 22 | 106 | 147 | 123 | 40 | 0 | 74 | 313 | 106 | 30 |
| Binary | 10010 | 1000110 | 1100111 | 1010011 | 100000 | 0 | 111100 | 11001011 | 1000110 | 11000 |
Color Harmonies of #124667
Complementary color
Monochromatic Colors of #124667
Black with #124667
Text Example
Text Example
White with #124667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124667; }
p { color: rgb(18,70,103); }
H1.HeaderClassName
{
color: #124667;
}
.AnyTagClassName
{
color: #124667;
}
</style>
background-color css
<style>
a { background-color: #124667; }
a { background-color: rgb(18,70,103); }
div.DivClassName
{
background-color: #124667;
}
.BgClassName
{
background-color: #124667;
}
</style>
border-color css
<style>
span { border-color: #124667; }
span { border-color: rgb(18,70,103); }
td.TdClassName
{
border-color: #124667;
}
.TagClassName
{
border-color: #124667;
}
</style>