#104763

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

Shades of Astronaut Blue #104763

Tints of Astronaut Blue #104763

Color information

#104763 (or 0x104763) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 63. RGB value is (16,71,99). Sum of RGB (Red+Green+Blue) = 16+71+99=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #104763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104763 is #EFB89C. Grayscale: #393939. Windows color (decimal): -15710365 or 6506256. OLE color: 6506256.

HSL color Cylindrical-coordinate representation of color #104763: hue angle of 200.24º 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 #104763 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB167199-
CMYK0.840.2800.61
HSL200.24º72.17%22.55%-
HSV(B)200.24º83.84%38.82%-
XYZ4.725.5212.62-
YUV57.75151.2898.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=8.60%
G=38.17%
B=53.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1671990.840.2800.61200.2472.1722.55
Hex104763541C03Dc84817
Octal201071431243407531011027
Binary1000010001111100011101010011100011110111001000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104763; }

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

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

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

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

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

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

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

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