Shades of Astronaut Blue #105168
Tints of Astronaut Blue #105168
RGB
CMYK
RGB Variations
Color information
#105168 (or 0x105168) is known color: Astronaut Blue. HEX triplet: 10, 51 and 68. RGB value is (16,81,104). Sum of RGB (Red+Green+Blue) = 16+81+104=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #105168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105168 is #EFAE97. Grayscale: #404040. Windows color (decimal): -15707800 or 6836496. OLE color: 6836496.
HSL color Cylindrical-coordinate representation of color #105168: hue angle of 195.68º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105168 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 81 | 104 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.59 |
| HSL | 195.68º | 0.73% | 0.24% | - |
| HSV(B) | 195.68º | 0.85% | 0.41% | - |
| XYZ | 5.65 | 6.99 | 14.15 | - |
| YUV | 64.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 104 | 0.85 | 0.22 | 0 | 0.59 | 195.68 | 0.73 | 0.24 |
| Hex | 10 | 51 | 68 | 55 | 16 | 0 | 3B | C4 | 49 | 18 |
| Octal | 20 | 121 | 150 | 125 | 26 | 0 | 73 | 304 | 111 | 30 |
| Binary | 10000 | 1010001 | 1101000 | 1010101 | 10110 | 0 | 111011 | 11000100 | 1001001 | 11000 |
Color Harmonies of #105168
Complementary color
Monochromatic Colors of #105168
Black with #105168
Text Example
Text Example
White with #105168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105168; }
p { color: rgb(16,81,104); }
H1.HeaderClassName
{
color: #105168;
}
.AnyTagClassName
{
color: #105168;
}
</style>
background-color css
<style>
a { background-color: #105168; }
a { background-color: rgb(16,81,104); }
div.DivClassName
{
background-color: #105168;
}
.BgClassName
{
background-color: #105168;
}
</style>
border-color css
<style>
span { border-color: #105168; }
span { border-color: rgb(16,81,104); }
td.TdClassName
{
border-color: #105168;
}
.TagClassName
{
border-color: #105168;
}
</style>