Shades of Astronaut Blue #124354
Tints of Astronaut Blue #124354
RGB
CMYK
RGB Variations
Color information
#124354 (or 0x124354) is known color: Astronaut Blue. HEX triplet: 12, 43 and 54. RGB value is (18,67,84). Sum of RGB (Red+Green+Blue) = 18+67+84=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #124354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124354 is #EDBCAB. Grayscale: #363636. Windows color (decimal): -15580332 or 5522194. OLE color: 5522194.
HSL color Cylindrical-coordinate representation of color #124354: hue angle of 195.45º 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 #124354 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 67 | 84 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.67 |
| HSL | 195.45º | 0.65% | 0.2% | - |
| HSV(B) | 195.45º | 0.79% | 0.33% | - |
| XYZ | 3.86 | 4.78 | 9.11 | - |
| YUV | 54.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 84 | 0.79 | 0.20 | 0 | 0.67 | 195.45 | 0.65 | 0.2 |
| Hex | 12 | 43 | 54 | 4F | 14 | 0 | 43 | C3 | 41 | 14 |
| Octal | 22 | 103 | 124 | 117 | 24 | 0 | 103 | 303 | 101 | 24 |
| Binary | 10010 | 1000011 | 1010100 | 1001111 | 10100 | 0 | 1000011 | 11000011 | 1000001 | 10100 |
Color Harmonies of #124354
Complementary color
Monochromatic Colors of #124354
Black with #124354
Text Example
Text Example
White with #124354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124354; }
p { color: rgb(18,67,84); }
H1.HeaderClassName
{
color: #124354;
}
.AnyTagClassName
{
color: #124354;
}
</style>
background-color css
<style>
a { background-color: #124354; }
a { background-color: rgb(18,67,84); }
div.DivClassName
{
background-color: #124354;
}
.BgClassName
{
background-color: #124354;
}
</style>
border-color css
<style>
span { border-color: #124354; }
span { border-color: rgb(18,67,84); }
td.TdClassName
{
border-color: #124354;
}
.TagClassName
{
border-color: #124354;
}
</style>