Shades of Astronaut Blue #124B64
Tints of Astronaut Blue #124B64
RGB
CMYK
RGB Variations
Color information
#124B64 (or 0x124B64) is known color: Astronaut Blue. HEX triplet: 12, 4B and 64. RGB value is (18,75,100). Sum of RGB (Red+Green+Blue) = 18+75+100=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #124B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B64 is #EDB49B. Grayscale: #3C3C3C. Windows color (decimal): -15578268 or 6572818. OLE color: 6572818.
HSL color Cylindrical-coordinate representation of color #124B64: hue angle of 198.29º 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 #124B64 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 75 | 100 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.61 |
| HSL | 198.29º | 0.69% | 0.23% | - |
| HSV(B) | 198.29º | 0.82% | 0.39% | - |
| XYZ | 5.07 | 6.08 | 12.96 | - |
| YUV | 60.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 100 | 0.82 | 0.25 | 0 | 0.61 | 198.29 | 0.69 | 0.23 |
| Hex | 12 | 4B | 64 | 52 | 19 | 0 | 3D | C6 | 45 | 17 |
| Octal | 22 | 113 | 144 | 122 | 31 | 0 | 75 | 306 | 105 | 27 |
| Binary | 10010 | 1001011 | 1100100 | 1010010 | 11001 | 0 | 111101 | 11000110 | 1000101 | 10111 |
Color Harmonies of #124B64
Complementary color
Monochromatic Colors of #124B64
Black with #124B64
Text Example
Text Example
White with #124B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B64; }
p { color: rgb(18,75,100); }
H1.HeaderClassName
{
color: #124B64;
}
.AnyTagClassName
{
color: #124B64;
}
</style>
background-color css
<style>
a { background-color: #124B64; }
a { background-color: rgb(18,75,100); }
div.DivClassName
{
background-color: #124B64;
}
.BgClassName
{
background-color: #124B64;
}
</style>
border-color css
<style>
span { border-color: #124B64; }
span { border-color: rgb(18,75,100); }
td.TdClassName
{
border-color: #124B64;
}
.TagClassName
{
border-color: #124B64;
}
</style>