Shades of Astronaut Blue #124C64
Tints of Astronaut Blue #124C64
RGB
CMYK
RGB Variations
Color information
#124C64 (or 0x124C64) is known color: Astronaut Blue. HEX triplet: 12, 4C and 64. RGB value is (18,76,100). Sum of RGB (Red+Green+Blue) = 18+76+100=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #124C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C64 is #EDB39B. Grayscale: #3D3D3D. Windows color (decimal): -15578012 or 6573074. OLE color: 6573074.
HSL color Cylindrical-coordinate representation of color #124C64: hue angle of 197.56º 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 #124C64 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 76 | 100 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.61 |
| HSL | 197.56º | 0.69% | 0.23% | - |
| HSV(B) | 197.56º | 0.82% | 0.39% | - |
| XYZ | 5.13 | 6.22 | 12.99 | - |
| YUV | 61.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 100 | 0.82 | 0.24 | 0 | 0.61 | 197.56 | 0.69 | 0.23 |
| Hex | 12 | 4C | 64 | 52 | 18 | 0 | 3D | C6 | 45 | 17 |
| Octal | 22 | 114 | 144 | 122 | 30 | 0 | 75 | 306 | 105 | 27 |
| Binary | 10010 | 1001100 | 1100100 | 1010010 | 11000 | 0 | 111101 | 11000110 | 1000101 | 10111 |
Color Harmonies of #124C64
Complementary color
Monochromatic Colors of #124C64
Black with #124C64
Text Example
Text Example
White with #124C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C64; }
p { color: rgb(18,76,100); }
H1.HeaderClassName
{
color: #124C64;
}
.AnyTagClassName
{
color: #124C64;
}
</style>
background-color css
<style>
a { background-color: #124C64; }
a { background-color: rgb(18,76,100); }
div.DivClassName
{
background-color: #124C64;
}
.BgClassName
{
background-color: #124C64;
}
</style>
border-color css
<style>
span { border-color: #124C64; }
span { border-color: rgb(18,76,100); }
td.TdClassName
{
border-color: #124C64;
}
.TagClassName
{
border-color: #124C64;
}
</style>