#104155

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

Shades of Astronaut Blue #104155

Tints of Astronaut Blue #104155

Color information

#104155 (or 0x104155) is unknown color: approx Astronaut Blue. HEX triplet: 10, 41 and 55. RGB value is (16,65,85). Sum of RGB (Red+Green+Blue) = 16+65+85=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #104155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104155 is #EFBEAA. Grayscale: #343434. Windows color (decimal): -15711915 or 5587216. OLE color: 5587216.

HSL color Cylindrical-coordinate representation of color #104155: hue angle of 197.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104155 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166585-
CMYK0.810.2400.67
HSL197.39º68.32%19.8%-
HSV(B)197.39º81.18%33.33%-
XYZ3.744.559.27-
YUV52.63146.27101.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=9.64%
G=39.16%
B=51.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1665850.810.2400.67197.3968.3219.8
Hex1041555118043c54414
Octal2010112512130010330510424
Binary10000100000110101011010001110000100001111000101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104155; }

 p { color: rgb(16,65,85); }

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

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

 a { background-color: rgb(16,65,85); }

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

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

 span { border-color: rgb(16,65,85); }

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