Shades of Astronaut Blue #124358
Tints of Astronaut Blue #124358
RGB
CMYK
RGB Variations
Color information
#124358 (or 0x124358) is known color: Astronaut Blue. HEX triplet: 12, 43 and 58. RGB value is (18,67,88). Sum of RGB (Red+Green+Blue) = 18+67+88=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #124358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124358 is #EDBCA7. Grayscale: #363636. Windows color (decimal): -15580328 or 5784338. OLE color: 5784338.
HSL color Cylindrical-coordinate representation of color #124358: hue angle of 198º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124358 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 67 | 88 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.65 |
| HSL | 198º | 0.66% | 0.21% | - |
| HSV(B) | 198º | 0.8% | 0.35% | - |
| XYZ | 4.02 | 4.85 | 9.96 | - |
| YUV | 54.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 88 | 0.80 | 0.24 | 0 | 0.65 | 198 | 0.66 | 0.21 |
| Hex | 12 | 43 | 58 | 50 | 18 | 0 | 41 | C6 | 42 | 15 |
| Octal | 22 | 103 | 130 | 120 | 30 | 0 | 101 | 306 | 102 | 25 |
| Binary | 10010 | 1000011 | 1011000 | 1010000 | 11000 | 0 | 1000001 | 11000110 | 1000010 | 10101 |
Color Harmonies of #124358
Complementary color
Monochromatic Colors of #124358
Black with #124358
Text Example
Text Example
White with #124358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124358; }
p { color: rgb(18,67,88); }
H1.HeaderClassName
{
color: #124358;
}
.AnyTagClassName
{
color: #124358;
}
</style>
background-color css
<style>
a { background-color: #124358; }
a { background-color: rgb(18,67,88); }
div.DivClassName
{
background-color: #124358;
}
.BgClassName
{
background-color: #124358;
}
</style>
border-color css
<style>
span { border-color: #124358; }
span { border-color: rgb(18,67,88); }
td.TdClassName
{
border-color: #124358;
}
.TagClassName
{
border-color: #124358;
}
</style>