Html Css Color HEX #104D63 Astronaut Blue

📋 copy color: '#104D63'

red 16 ◦ green 77 ◦ blue 99

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

Shades of Astronaut Blue #104D63

Tints of Astronaut Blue #104D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 8.33%
G = 40.1%
B = 51.56%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#104D63 (or 0x104D63) is known color: Astronaut Blue. HEX triplet: 10, 4D and 63. RGB value is (16,77,99). Sum of RGB (Red+Green+Blue) = 16+77+99=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #104D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D63 is #EFB29C. Grayscale: #3D3D3D. Windows color (decimal): -15708829 or 6507792. OLE color: 6507792.

HSL color Cylindrical-coordinate representation of color #104D63: hue angle of 195.9º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104D63 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 77 99 -
CMYK 0.84 0.22 0 0.61
HSL 195.9º 0.72% 0.23% -
HSV(B) 195.9º 0.84% 0.39% -
XYZ 5.12 6.32 12.75 -
YUV 61.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 16 77 99 0.84 0.22 0 0.61 195.9 0.72 0.23
Hex 10 4D 63 54 16 0 3D C4 48 17
Octal 20 115 143 124 26 0 75 304 110 27
Binary 10000 1001101 1100011 1010100 10110 0 111101 11000100 1001000 10111

Color Harmonies of #104D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D63

Black with #104D63

Text Example


Text Example

White with #104D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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