#104756

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

Shades of Astronaut Blue #104756

Tints of Astronaut Blue #104756

Color information

#104756 (or 0x104756) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 56. RGB value is (16,71,86). Sum of RGB (Red+Green+Blue) = 16+71+86=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #104756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104756 is #EFB8A9. Grayscale: #383838. Windows color (decimal): -15710378 or 5654288. OLE color: 5654288.

HSL color Cylindrical-coordinate representation of color #104756: hue angle of 192.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104756 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB167186-
CMYK0.810.1700.66
HSL192.86º68.63%20%-
HSV(B)192.86º81.4%33.73%-
XYZ4.155.299.61-
YUV56.26144.7899.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=9.25%
G=41.04%
B=49.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1671860.810.1700.66192.8668.6320
Hex1047565111042c14514
Octal2010712612121010230110524
Binary10000100011110101101010001100010100001011000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104756; }

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

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

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

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

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

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

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

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