#104D6A

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

Shades of Astronaut Blue #104D6A

Tints of Astronaut Blue #104D6A

Color information

#104D6A (or 0x104D6A) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4D and 6A. RGB value is (16,77,106). Sum of RGB (Red+Green+Blue) = 16+77+106=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #104D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D6A is #EFB295. Grayscale: #3D3D3D. Windows color (decimal): -15708822 or 6966544. OLE color: 6966544.

HSL color Cylindrical-coordinate representation of color #104D6A: hue angle of 199.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104D6A is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1677106-
CMYK0.850.2700.58
HSL199.33º73.77%23.92%-
HSV(B)199.33º84.91%41.57%-
XYZ5.476.4614.59-
YUV62.07152.7995.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=8.04%
G=38.69%
B=53.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16771060.850.2700.58199.3373.7723.92
Hex104D6A551B03Ac74a18
Octal201151521253307230711230
Binary1000010011011101010101010111011011101011000111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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