Shades of Astronaut Blue #125068
Tints of Astronaut Blue #125068
RGB
CMYK
RGB Variations
Color information
#125068 (or 0x125068) is known color: Astronaut Blue. HEX triplet: 12, 50 and 68. RGB value is (18,80,104). Sum of RGB (Red+Green+Blue) = 18+80+104=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #125068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125068 is #EDAF97. Grayscale: #404040. Windows color (decimal): -15576984 or 6836242. OLE color: 6836242.
HSL color Cylindrical-coordinate representation of color #125068: hue angle of 196.74º 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 #125068 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 80 | 104 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.59 |
| HSL | 196.74º | 0.7% | 0.24% | - |
| HSV(B) | 196.74º | 0.83% | 0.41% | - |
| XYZ | 5.62 | 6.87 | 14.13 | - |
| YUV | 64.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 104 | 0.83 | 0.23 | 0 | 0.59 | 196.74 | 0.7 | 0.24 |
| Hex | 12 | 50 | 68 | 53 | 17 | 0 | 3B | C5 | 46 | 18 |
| Octal | 22 | 120 | 150 | 123 | 27 | 0 | 73 | 305 | 106 | 30 |
| Binary | 10010 | 1010000 | 1101000 | 1010011 | 10111 | 0 | 111011 | 11000101 | 1000110 | 11000 |
Color Harmonies of #125068
Complementary color
Monochromatic Colors of #125068
Black with #125068
Text Example
Text Example
White with #125068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125068; }
p { color: rgb(18,80,104); }
H1.HeaderClassName
{
color: #125068;
}
.AnyTagClassName
{
color: #125068;
}
</style>
background-color css
<style>
a { background-color: #125068; }
a { background-color: rgb(18,80,104); }
div.DivClassName
{
background-color: #125068;
}
.BgClassName
{
background-color: #125068;
}
</style>
border-color css
<style>
span { border-color: #125068; }
span { border-color: rgb(18,80,104); }
td.TdClassName
{
border-color: #125068;
}
.TagClassName
{
border-color: #125068;
}
</style>