Shades of Astronaut Blue #124456
Tints of Astronaut Blue #124456
RGB
CMYK
RGB Variations
Color information
#124456 (or 0x124456) is known color: Astronaut Blue. HEX triplet: 12, 44 and 56. RGB value is (18,68,86). Sum of RGB (Red+Green+Blue) = 18+68+86=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #124456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124456 is #EDBBA9. Grayscale: #363636. Windows color (decimal): -15580074 or 5653522. OLE color: 5653522.
HSL color Cylindrical-coordinate representation of color #124456: hue angle of 195.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124456 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 68 | 86 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.66 |
| HSL | 195.88º | 0.65% | 0.2% | - |
| HSV(B) | 195.88º | 0.79% | 0.34% | - |
| XYZ | 4 | 4.93 | 9.55 | - |
| YUV | 55.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 86 | 0.79 | 0.21 | 0 | 0.66 | 195.88 | 0.65 | 0.2 |
| Hex | 12 | 44 | 56 | 4F | 15 | 0 | 42 | C4 | 41 | 14 |
| Octal | 22 | 104 | 126 | 117 | 25 | 0 | 102 | 304 | 101 | 24 |
| Binary | 10010 | 1000100 | 1010110 | 1001111 | 10101 | 0 | 1000010 | 11000100 | 1000001 | 10100 |
Color Harmonies of #124456
Complementary color
Monochromatic Colors of #124456
Black with #124456
Text Example
Text Example
White with #124456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124456; }
p { color: rgb(18,68,86); }
H1.HeaderClassName
{
color: #124456;
}
.AnyTagClassName
{
color: #124456;
}
</style>
background-color css
<style>
a { background-color: #124456; }
a { background-color: rgb(18,68,86); }
div.DivClassName
{
background-color: #124456;
}
.BgClassName
{
background-color: #124456;
}
</style>
border-color css
<style>
span { border-color: #124456; }
span { border-color: rgb(18,68,86); }
td.TdClassName
{
border-color: #124456;
}
.TagClassName
{
border-color: #124456;
}
</style>