Shades of Astronaut Blue #124455
Tints of Astronaut Blue #124455
RGB
CMYK
RGB Variations
Color information
#124455 (or 0x124455) is known color: Astronaut Blue. HEX triplet: 12, 44 and 55. RGB value is (18,68,85). Sum of RGB (Red+Green+Blue) = 18+68+85=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #124455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124455 is #EDBBAA. Grayscale: #363636. Windows color (decimal): -15580075 or 5587986. OLE color: 5587986.
HSL color Cylindrical-coordinate representation of color #124455: hue angle of 195.22º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124455 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 68 | 85 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.67 |
| HSL | 195.22º | 0.65% | 0.2% | - |
| HSV(B) | 195.22º | 0.79% | 0.33% | - |
| XYZ | 3.96 | 4.92 | 9.34 | - |
| YUV | 54.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 85 | 0.79 | 0.20 | 0 | 0.67 | 195.22 | 0.65 | 0.2 |
| Hex | 12 | 44 | 55 | 4F | 14 | 0 | 43 | C3 | 41 | 14 |
| Octal | 22 | 104 | 125 | 117 | 24 | 0 | 103 | 303 | 101 | 24 |
| Binary | 10010 | 1000100 | 1010101 | 1001111 | 10100 | 0 | 1000011 | 11000011 | 1000001 | 10100 |
Color Harmonies of #124455
Complementary color
Monochromatic Colors of #124455
Black with #124455
Text Example
Text Example
White with #124455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124455; }
p { color: rgb(18,68,85); }
H1.HeaderClassName
{
color: #124455;
}
.AnyTagClassName
{
color: #124455;
}
</style>
background-color css
<style>
a { background-color: #124455; }
a { background-color: rgb(18,68,85); }
div.DivClassName
{
background-color: #124455;
}
.BgClassName
{
background-color: #124455;
}
</style>
border-color css
<style>
span { border-color: #124455; }
span { border-color: rgb(18,68,85); }
td.TdClassName
{
border-color: #124455;
}
.TagClassName
{
border-color: #124455;
}
</style>