Shades of Astronaut Blue #125168
Tints of Astronaut Blue #125168
RGB
CMYK
RGB Variations
Color information
#125168 (or 0x125168) is known color: Astronaut Blue. HEX triplet: 12, 51 and 68. RGB value is (18,81,104). Sum of RGB (Red+Green+Blue) = 18+81+104=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #125168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125168 is #EDAE97. Grayscale: #404040. Windows color (decimal): -15576728 or 6836498. OLE color: 6836498.
HSL color Cylindrical-coordinate representation of color #125168: hue angle of 196.05º 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 #125168 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 81 | 104 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.59 |
| HSL | 196.05º | 0.7% | 0.24% | - |
| HSV(B) | 196.05º | 0.83% | 0.41% | - |
| XYZ | 5.69 | 7.01 | 14.15 | - |
| YUV | 64.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 104 | 0.83 | 0.22 | 0 | 0.59 | 196.05 | 0.7 | 0.24 |
| Hex | 12 | 51 | 68 | 53 | 16 | 0 | 3B | C4 | 46 | 18 |
| Octal | 22 | 121 | 150 | 123 | 26 | 0 | 73 | 304 | 106 | 30 |
| Binary | 10010 | 1010001 | 1101000 | 1010011 | 10110 | 0 | 111011 | 11000100 | 1000110 | 11000 |
Color Harmonies of #125168
Complementary color
Monochromatic Colors of #125168
Black with #125168
Text Example
Text Example
White with #125168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125168; }
p { color: rgb(18,81,104); }
H1.HeaderClassName
{
color: #125168;
}
.AnyTagClassName
{
color: #125168;
}
</style>
background-color css
<style>
a { background-color: #125168; }
a { background-color: rgb(18,81,104); }
div.DivClassName
{
background-color: #125168;
}
.BgClassName
{
background-color: #125168;
}
</style>
border-color css
<style>
span { border-color: #125168; }
span { border-color: rgb(18,81,104); }
td.TdClassName
{
border-color: #125168;
}
.TagClassName
{
border-color: #125168;
}
</style>