Shades of Astronaut Blue #124B63
Tints of Astronaut Blue #124B63
RGB
CMYK
RGB Variations
Color information
#124B63 (or 0x124B63) is known color: Astronaut Blue. HEX triplet: 12, 4B and 63. RGB value is (18,75,99). Sum of RGB (Red+Green+Blue) = 18+75+99=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #124B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B63 is #EDB49C. Grayscale: #3C3C3C. Windows color (decimal): -15578269 or 6507282. OLE color: 6507282.
HSL color Cylindrical-coordinate representation of color #124B63: hue angle of 197.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124B63 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 75 | 99 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.61 |
| HSL | 197.78º | 0.69% | 0.23% | - |
| HSV(B) | 197.78º | 0.82% | 0.39% | - |
| XYZ | 5.02 | 6.06 | 12.71 | - |
| YUV | 60.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 99 | 0.82 | 0.24 | 0 | 0.61 | 197.78 | 0.69 | 0.23 |
| Hex | 12 | 4B | 63 | 52 | 18 | 0 | 3D | C6 | 45 | 17 |
| Octal | 22 | 113 | 143 | 122 | 30 | 0 | 75 | 306 | 105 | 27 |
| Binary | 10010 | 1001011 | 1100011 | 1010010 | 11000 | 0 | 111101 | 11000110 | 1000101 | 10111 |
Color Harmonies of #124B63
Complementary color
Monochromatic Colors of #124B63
Black with #124B63
Text Example
Text Example
White with #124B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B63; }
p { color: rgb(18,75,99); }
H1.HeaderClassName
{
color: #124B63;
}
.AnyTagClassName
{
color: #124B63;
}
</style>
background-color css
<style>
a { background-color: #124B63; }
a { background-color: rgb(18,75,99); }
div.DivClassName
{
background-color: #124B63;
}
.BgClassName
{
background-color: #124B63;
}
</style>
border-color css
<style>
span { border-color: #124B63; }
span { border-color: rgb(18,75,99); }
td.TdClassName
{
border-color: #124B63;
}
.TagClassName
{
border-color: #124B63;
}
</style>