#104555

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

Shades of Astronaut Blue #104555

Tints of Astronaut Blue #104555

Color information

#104555 (or 0x104555) is unknown color: approx Astronaut Blue. HEX triplet: 10, 45 and 55. RGB value is (16,69,85). Sum of RGB (Red+Green+Blue) = 16+69+85=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #104555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104555 is #EFBAAA. Grayscale: #363636. Windows color (decimal): -15710891 or 5588240. OLE color: 5588240.

HSL color Cylindrical-coordinate representation of color #104555: hue angle of 193.91º 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 #104555 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166985-
CMYK0.810.1900.67
HSL193.91º68.32%19.8%-
HSV(B)193.91º81.18%33.33%-
XYZ3.985.029.35-
YUV54.98144.94100.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 85 (33.59% from 255) = 50%
R=9.41%
G=40.59%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1669850.810.1900.67193.9168.3219.8
Hex1045555113043c24414
Octal2010512512123010330210424
Binary10000100010110101011010001100110100001111000010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104555; }

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

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

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

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

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

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

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

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