Shades of Astronaut Blue #124658
Tints of Astronaut Blue #124658
RGB
CMYK
RGB Variations
Color information
#124658 (or 0x124658) is known color: Astronaut Blue. HEX triplet: 12, 46 and 58. RGB value is (18,70,88). Sum of RGB (Red+Green+Blue) = 18+70+88=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #124658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124658 is #EDB9A7. Grayscale: #383838. Windows color (decimal): -15579560 or 5785106. OLE color: 5785106.
HSL color Cylindrical-coordinate representation of color #124658: hue angle of 195.43º 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 #124658 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 70 | 88 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.65 |
| HSL | 195.43º | 0.66% | 0.21% | - |
| HSV(B) | 195.43º | 0.8% | 0.35% | - |
| XYZ | 4.2 | 5.21 | 10.02 | - |
| YUV | 56.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 88 | 0.80 | 0.20 | 0 | 0.65 | 195.43 | 0.66 | 0.21 |
| Hex | 12 | 46 | 58 | 50 | 14 | 0 | 41 | C3 | 42 | 15 |
| Octal | 22 | 106 | 130 | 120 | 24 | 0 | 101 | 303 | 102 | 25 |
| Binary | 10010 | 1000110 | 1011000 | 1010000 | 10100 | 0 | 1000001 | 11000011 | 1000010 | 10101 |
Color Harmonies of #124658
Complementary color
Monochromatic Colors of #124658
Black with #124658
Text Example
Text Example
White with #124658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124658; }
p { color: rgb(18,70,88); }
H1.HeaderClassName
{
color: #124658;
}
.AnyTagClassName
{
color: #124658;
}
</style>
background-color css
<style>
a { background-color: #124658; }
a { background-color: rgb(18,70,88); }
div.DivClassName
{
background-color: #124658;
}
.BgClassName
{
background-color: #124658;
}
</style>
border-color css
<style>
span { border-color: #124658; }
span { border-color: rgb(18,70,88); }
td.TdClassName
{
border-color: #124658;
}
.TagClassName
{
border-color: #124658;
}
</style>