#104A65

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

Shades of Astronaut Blue #104A65

Tints of Astronaut Blue #104A65

Color information

#104A65 (or 0x104A65) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4A and 65. RGB value is (16,74,101). Sum of RGB (Red+Green+Blue) = 16+74+101=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #104A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A65 is #EFB59A. Grayscale: #3B3B3B. Windows color (decimal): -15709595 or 6638096. OLE color: 6638096.

HSL color Cylindrical-coordinate representation of color #104A65: hue angle of 199.06º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104A65 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1674101-
CMYK0.840.2700.60
HSL199.06º72.65%22.94%-
HSV(B)199.06º84.16%39.61%-
XYZ5.015.9513.2-
YUV59.74151.2896.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=8.38%
G=38.74%
B=52.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16741010.840.2700.60199.0672.6522.94
Hex104A65541B03Cc74917
Octal201121451243307430711127
Binary1000010010101100101101010011011011110011000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104A65; }

 p { color: rgb(16,74,101); }

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

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

 a { background-color: rgb(16,74,101); }

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

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

 span { border-color: rgb(16,74,101); }

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