Html Css Color HEX #104D69 Astronaut Blue

📋 copy color: '#104D69'

red 16 ◦ green 77 ◦ blue 105

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

Shades of Astronaut Blue #104D69

Tints of Astronaut Blue #104D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 8.08%
G = 38.89%
B = 53.03%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104D69 (or 0x104D69) is known color: Astronaut Blue. HEX triplet: 10, 4D and 69. RGB value is (16,77,105). Sum of RGB (Red+Green+Blue) = 16+77+105=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #104D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D69 is #EFB296. Grayscale: #3D3D3D. Windows color (decimal): -15708823 or 6901008. OLE color: 6901008.

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

Color convert

RGB 16 77 105 -
CMYK 0.85 0.27 0 0.59
HSL 198.88º 0.74% 0.24% -
HSV(B) 198.88º 0.85% 0.41% -
XYZ 5.42 6.44 14.32 -
YUV 61.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 16 77 105 0.85 0.27 0 0.59 198.88 0.74 0.24
Hex 10 4D 69 55 1B 0 3B C7 4A 18
Octal 20 115 151 125 33 0 73 307 112 30
Binary 10000 1001101 1101001 1010101 11011 0 111011 11000111 1001010 11000

Color Harmonies of #104D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D69

Black with #104D69

Text Example


Text Example

White with #104D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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