Shades of Astronaut Blue #124454
Tints of Astronaut Blue #124454
RGB
CMYK
RGB Variations
Color information
#124454 (or 0x124454) is known color: Astronaut Blue. HEX triplet: 12, 44 and 54. RGB value is (18,68,84). Sum of RGB (Red+Green+Blue) = 18+68+84=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #124454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124454 is #EDBBAB. Grayscale: #363636. Windows color (decimal): -15580076 or 5522450. OLE color: 5522450.
HSL color Cylindrical-coordinate representation of color #124454: hue angle of 194.55º 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 #124454 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 68 | 84 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.67 |
| HSL | 194.55º | 0.65% | 0.2% | - |
| HSV(B) | 194.55º | 0.79% | 0.33% | - |
| XYZ | 3.92 | 4.9 | 9.13 | - |
| YUV | 54.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 84 | 0.79 | 0.19 | 0 | 0.67 | 194.55 | 0.65 | 0.2 |
| Hex | 12 | 44 | 54 | 4F | 13 | 0 | 43 | C3 | 41 | 14 |
| Octal | 22 | 104 | 124 | 117 | 23 | 0 | 103 | 303 | 101 | 24 |
| Binary | 10010 | 1000100 | 1010100 | 1001111 | 10011 | 0 | 1000011 | 11000011 | 1000001 | 10100 |
Color Harmonies of #124454
Complementary color
Monochromatic Colors of #124454
Black with #124454
Text Example
Text Example
White with #124454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124454; }
p { color: rgb(18,68,84); }
H1.HeaderClassName
{
color: #124454;
}
.AnyTagClassName
{
color: #124454;
}
</style>
background-color css
<style>
a { background-color: #124454; }
a { background-color: rgb(18,68,84); }
div.DivClassName
{
background-color: #124454;
}
.BgClassName
{
background-color: #124454;
}
</style>
border-color css
<style>
span { border-color: #124454; }
span { border-color: rgb(18,68,84); }
td.TdClassName
{
border-color: #124454;
}
.TagClassName
{
border-color: #124454;
}
</style>