Html Css Color HEX #104D5E Astronaut Blue

📋 copy color: '#104D5E'

red 16 ◦ green 77 ◦ blue 94

#104D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #104D5E

Tints of Astronaut Blue #104D5E

RGB

 RED value IS 16 (6.64% from 255) = 8.56%

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 8.56%
G = 41.18%
B = 50.27%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#104D5E (or 0x104D5E) is known color: Astronaut Blue. HEX triplet: 10, 4D and 5E. RGB value is (16,77,94). Sum of RGB (Red+Green+Blue) = 16+77+94=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #104D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D5E is #EFB2A1. Grayscale: #3C3C3C. Windows color (decimal): -15708834 or 6180112. OLE color: 6180112.

HSL color Cylindrical-coordinate representation of color #104D5E: hue angle of 193.08º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104D5E is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 77 94 -
CMYK 0.83 0.18 0 0.63
HSL 193.08º 0.71% 0.22% -
HSV(B) 193.08º 0.83% 0.37% -
XYZ 4.89 6.23 11.53 -
YUV 60.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 16 77 94 0.83 0.18 0 0.63 193.08 0.71 0.22
Hex 10 4D 5E 53 12 0 3F C1 47 16
Octal 20 115 136 123 22 0 77 301 107 26
Binary 10000 1001101 1011110 1010011 10010 0 111111 11000001 1000111 10110

Color Harmonies of #104D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D5E

Black with #104D5E

Text Example


Text Example

White with #104D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #104D5E;
 }
 .AnyTagClassName
 {
   color: #104D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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