Shades of Astronaut Blue #124561
Tints of Astronaut Blue #124561
RGB
CMYK
RGB Variations
Color information
#124561 (or 0x124561) is known color: Astronaut Blue. HEX triplet: 12, 45 and 61. RGB value is (18,69,97). Sum of RGB (Red+Green+Blue) = 18+69+97=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #124561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124561 is #EDBA9E. Grayscale: #383838. Windows color (decimal): -15579807 or 6374674. OLE color: 6374674.
HSL color Cylindrical-coordinate representation of color #124561: hue angle of 201.27º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124561 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 69 | 97 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.62 |
| HSL | 201.27º | 0.69% | 0.23% | - |
| HSV(B) | 201.27º | 0.81% | 0.38% | - |
| XYZ | 4.54 | 5.25 | 12.08 | - |
| YUV | 56.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 97 | 0.81 | 0.29 | 0 | 0.62 | 201.27 | 0.69 | 0.23 |
| Hex | 12 | 45 | 61 | 51 | 1D | 0 | 3E | C9 | 45 | 17 |
| Octal | 22 | 105 | 141 | 121 | 35 | 0 | 76 | 311 | 105 | 27 |
| Binary | 10010 | 1000101 | 1100001 | 1010001 | 11101 | 0 | 111110 | 11001001 | 1000101 | 10111 |
Color Harmonies of #124561
Complementary color
Monochromatic Colors of #124561
Black with #124561
Text Example
Text Example
White with #124561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124561; }
p { color: rgb(18,69,97); }
H1.HeaderClassName
{
color: #124561;
}
.AnyTagClassName
{
color: #124561;
}
</style>
background-color css
<style>
a { background-color: #124561; }
a { background-color: rgb(18,69,97); }
div.DivClassName
{
background-color: #124561;
}
.BgClassName
{
background-color: #124561;
}
</style>
border-color css
<style>
span { border-color: #124561; }
span { border-color: rgb(18,69,97); }
td.TdClassName
{
border-color: #124561;
}
.TagClassName
{
border-color: #124561;
}
</style>