Shades of Astronaut Blue #124B68
Tints of Astronaut Blue #124B68
RGB
CMYK
RGB Variations
Color information
#124B68 (or 0x124B68) is known color: Astronaut Blue. HEX triplet: 12, 4B and 68. RGB value is (18,75,104). Sum of RGB (Red+Green+Blue) = 18+75+104=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #124B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B68 is #EDB497. Grayscale: #3D3D3D. Windows color (decimal): -15578264 or 6834962. OLE color: 6834962.
HSL color Cylindrical-coordinate representation of color #124B68: hue angle of 200.23º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124B68 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 75 | 104 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.59 |
| HSL | 200.23º | 0.7% | 0.24% | - |
| HSV(B) | 200.23º | 0.83% | 0.41% | - |
| XYZ | 5.26 | 6.16 | 14.01 | - |
| YUV | 61.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 104 | 0.83 | 0.28 | 0 | 0.59 | 200.23 | 0.7 | 0.24 |
| Hex | 12 | 4B | 68 | 53 | 1C | 0 | 3B | C8 | 46 | 18 |
| Octal | 22 | 113 | 150 | 123 | 34 | 0 | 73 | 310 | 106 | 30 |
| Binary | 10010 | 1001011 | 1101000 | 1010011 | 11100 | 0 | 111011 | 11001000 | 1000110 | 11000 |
Color Harmonies of #124B68
Complementary color
Monochromatic Colors of #124B68
Black with #124B68
Text Example
Text Example
White with #124B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B68; }
p { color: rgb(18,75,104); }
H1.HeaderClassName
{
color: #124B68;
}
.AnyTagClassName
{
color: #124B68;
}
</style>
background-color css
<style>
a { background-color: #124B68; }
a { background-color: rgb(18,75,104); }
div.DivClassName
{
background-color: #124B68;
}
.BgClassName
{
background-color: #124B68;
}
</style>
border-color css
<style>
span { border-color: #124B68; }
span { border-color: rgb(18,75,104); }
td.TdClassName
{
border-color: #124B68;
}
.TagClassName
{
border-color: #124B68;
}
</style>