Shades of Astronaut Blue #124460
Tints of Astronaut Blue #124460
RGB
CMYK
RGB Variations
Color information
#124460 (or 0x124460) is known color: Astronaut Blue. HEX triplet: 12, 44 and 60. RGB value is (18,68,96). Sum of RGB (Red+Green+Blue) = 18+68+96=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #124460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124460 is #EDBB9F. Grayscale: #383838. Windows color (decimal): -15580064 or 6308882. OLE color: 6308882.
HSL color Cylindrical-coordinate representation of color #124460: hue angle of 201.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124460 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 68 | 96 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.62 |
| HSL | 201.54º | 0.68% | 0.22% | - |
| HSV(B) | 201.54º | 0.81% | 0.38% | - |
| XYZ | 4.43 | 5.11 | 11.82 | - |
| YUV | 56.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 96 | 0.81 | 0.29 | 0 | 0.62 | 201.54 | 0.68 | 0.22 |
| Hex | 12 | 44 | 60 | 51 | 1D | 0 | 3E | CA | 44 | 16 |
| Octal | 22 | 104 | 140 | 121 | 35 | 0 | 76 | 312 | 104 | 26 |
| Binary | 10010 | 1000100 | 1100000 | 1010001 | 11101 | 0 | 111110 | 11001010 | 1000100 | 10110 |
Color Harmonies of #124460
Complementary color
Monochromatic Colors of #124460
Black with #124460
Text Example
Text Example
White with #124460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124460; }
p { color: rgb(18,68,96); }
H1.HeaderClassName
{
color: #124460;
}
.AnyTagClassName
{
color: #124460;
}
</style>
background-color css
<style>
a { background-color: #124460; }
a { background-color: rgb(18,68,96); }
div.DivClassName
{
background-color: #124460;
}
.BgClassName
{
background-color: #124460;
}
</style>
border-color css
<style>
span { border-color: #124460; }
span { border-color: rgb(18,68,96); }
td.TdClassName
{
border-color: #124460;
}
.TagClassName
{
border-color: #124460;
}
</style>