#105063

Color #105063 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #105063

Tints of Astronaut Blue #105063

Color information

#105063 (or 0x105063) is unknown color: approx Astronaut Blue. HEX triplet: 10, 50 and 63. RGB value is (16,80,99). Sum of RGB (Red+Green+Blue) = 16+80+99=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #105063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105063 is #EFAF9C. Grayscale: #3E3E3E. Windows color (decimal): -15708061 or 6508560. OLE color: 6508560.

HSL color Cylindrical-coordinate representation of color #105063: hue angle of 193.73º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105063 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB168099-
CMYK0.840.1900.61
HSL193.73º72.17%22.55%-
HSV(B)193.73º83.84%38.82%-
XYZ5.336.7512.83-
YUV63.03148.394.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=8.21%
G=41.03%
B=50.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1680990.840.1900.61193.7372.1722.55
Hex105063541303Dc24817
Octal201201431242307530211027
Binary1000010100001100011101010010011011110111000010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105063; }

 p { color: rgb(16,80,99); }

 H1.HeaderClassName
 {
   color: #105063;
 }
 .AnyTagClassName
 {
   color: #105063;
 }
</style>
background-color css

<style>
 a { background-color: #105063; }

 a { background-color: rgb(16,80,99); }

 div.DivClassName
 {
   background-color: #105063;
 }
 .BgClassName
 {
   background-color: #105063;
 }
</style>
border-color css

<style>
 span { border-color: #105063; }

 span { border-color: rgb(16,80,99); }

 td.TdClassName
 {
   border-color: #105063;
 }
 .TagClassName
 {
   border-color: #105063;
 }
</style>