Shades of Astronaut Blue #124B65
Tints of Astronaut Blue #124B65
RGB
CMYK
RGB Variations
Color information
#124B65 (or 0x124B65) is known color: Astronaut Blue. HEX triplet: 12, 4B and 65. RGB value is (18,75,101). Sum of RGB (Red+Green+Blue) = 18+75+101=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #124B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B65 is #EDB49A. Grayscale: #3C3C3C. Windows color (decimal): -15578267 or 6638354. OLE color: 6638354.
HSL color Cylindrical-coordinate representation of color #124B65: hue angle of 198.8º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124B65 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 75 | 101 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.60 |
| HSL | 198.8º | 0.7% | 0.23% | - |
| HSV(B) | 198.8º | 0.82% | 0.4% | - |
| XYZ | 5.11 | 6.1 | 13.22 | - |
| YUV | 60.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 101 | 0.82 | 0.26 | 0 | 0.60 | 198.8 | 0.7 | 0.23 |
| Hex | 12 | 4B | 65 | 52 | 1A | 0 | 3C | C7 | 46 | 17 |
| Octal | 22 | 113 | 145 | 122 | 32 | 0 | 74 | 307 | 106 | 27 |
| Binary | 10010 | 1001011 | 1100101 | 1010010 | 11010 | 0 | 111100 | 11000111 | 1000110 | 10111 |
Color Harmonies of #124B65
Complementary color
Monochromatic Colors of #124B65
Black with #124B65
Text Example
Text Example
White with #124B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B65; }
p { color: rgb(18,75,101); }
H1.HeaderClassName
{
color: #124B65;
}
.AnyTagClassName
{
color: #124B65;
}
</style>
background-color css
<style>
a { background-color: #124B65; }
a { background-color: rgb(18,75,101); }
div.DivClassName
{
background-color: #124B65;
}
.BgClassName
{
background-color: #124B65;
}
</style>
border-color css
<style>
span { border-color: #124B65; }
span { border-color: rgb(18,75,101); }
td.TdClassName
{
border-color: #124B65;
}
.TagClassName
{
border-color: #124B65;
}
</style>