Html Css Color HEX #104D5D Astronaut Blue

📋 copy color: '#104D5D'

red 16 ◦ green 77 ◦ blue 93

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

Shades of Astronaut Blue #104D5D

Tints of Astronaut Blue #104D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 8.6%
G = 41.4%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#104D5D (or 0x104D5D) is known color: Astronaut Blue. HEX triplet: 10, 4D and 5D. RGB value is (16,77,93). Sum of RGB (Red+Green+Blue) = 16+77+93=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #104D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D5D is #EFB2A2. Grayscale: #3C3C3C. Windows color (decimal): -15708835 or 6114576. OLE color: 6114576.

HSL color Cylindrical-coordinate representation of color #104D5D: hue angle of 192.47º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104D5D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 77 93 -
CMYK 0.83 0.17 0 0.64
HSL 192.47º 0.71% 0.21% -
HSV(B) 192.47º 0.83% 0.36% -
XYZ 4.84 6.21 11.3 -
YUV 60.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 16 77 93 0.83 0.17 0 0.64 192.47 0.71 0.21
Hex 10 4D 5D 53 11 0 40 C0 47 15
Octal 20 115 135 123 21 0 100 300 107 25
Binary 10000 1001101 1011101 1010011 10001 0 1000000 11000000 1000111 10101

Color Harmonies of #104D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D5D

Black with #104D5D

Text Example


Text Example

White with #104D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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