#104757

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

Shades of Astronaut Blue #104757

Tints of Astronaut Blue #104757

Color information

#104757 (or 0x104757) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 57. RGB value is (16,71,87). Sum of RGB (Red+Green+Blue) = 16+71+87=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #104757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104757 is #EFB8A8. Grayscale: #383838. Windows color (decimal): -15710377 or 5719824. OLE color: 5719824.

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

Color convert

RGB167187-
CMYK0.820.1800.66
HSL193.52º68.93%20.2%-
HSV(B)193.52º81.61%34.12%-
XYZ4.195.39.82-
YUV56.38145.2899.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 87 (34.38% from 255) = 50%
R=9.20%
G=40.80%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1671870.820.1800.66193.5268.9320.2
Hex1047575212042c24514
Octal2010712712222010230210524
Binary10000100011110101111010010100100100001011000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104757; }

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

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

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

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

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

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

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

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