#104758

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

Shades of Astronaut Blue #104758

Tints of Astronaut Blue #104758

Color information

#104758 (or 0x104758) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 58. RGB value is (16,71,88). Sum of RGB (Red+Green+Blue) = 16+71+88=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #104758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104758 is #EFB8A7. Grayscale: #383838. Windows color (decimal): -15710376 or 5785360. OLE color: 5785360.

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

Color convert

RGB167188-
CMYK0.820.1900.65
HSL194.17º69.23%20.39%-
HSV(B)194.17º81.82%34.51%-
XYZ4.235.3210.04-
YUV56.49145.7899.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=9.14%
G=40.57%
B=50.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1671880.820.1900.65194.1769.2320.39
Hex1047585213041c24514
Octal2010713012223010130210524
Binary10000100011110110001010010100110100000111000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104758; }

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

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

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

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

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

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

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

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