#104D65

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

Shades of Astronaut Blue #104D65

Tints of Astronaut Blue #104D65

Color information

#104D65 (or 0x104D65) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4D and 65. RGB value is (16,77,101). Sum of RGB (Red+Green+Blue) = 16+77+101=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #104D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D65 is #EFB29A. Grayscale: #3D3D3D. Windows color (decimal): -15708827 or 6638864. OLE color: 6638864.

HSL color Cylindrical-coordinate representation of color #104D65: hue angle of 196.94º 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 #104D65 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1677101-
CMYK0.840.2400.60
HSL196.94º72.65%22.94%-
HSV(B)196.94º84.16%39.61%-
XYZ5.226.3613.26-
YUV61.5150.2995.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=8.25%
G=39.69%
B=52.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16771010.840.2400.60196.9472.6522.94
Hex104D65541803Cc54917
Octal201151451243007430511127
Binary1000010011011100101101010011000011110011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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