#104D66

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

Shades of Astronaut Blue #104D66

Tints of Astronaut Blue #104D66

Color information

#104D66 (or 0x104D66) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4D and 66. RGB value is (16,77,102). Sum of RGB (Red+Green+Blue) = 16+77+102=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #104D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D66 is #EFB299. Grayscale: #3D3D3D. Windows color (decimal): -15708826 or 6704400. OLE color: 6704400.

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

Color convert

RGB1677102-
CMYK0.840.2500.6
HSL197.44º72.88%23.14%-
HSV(B)197.44º84.31%40%-
XYZ5.276.3813.52-
YUV61.61150.7995.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=8.21%
G=39.49%
B=52.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16771020.840.2500.6197.4472.8823.14
Hex104D66541903Cc54917
Octal201151461243107430511127
Binary1000010011011100110101010011001011110011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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