Html Css Color HEX #104769 Astronaut Blue

📋 copy color: '#104769'

red 16 ◦ green 71 ◦ blue 105

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

Shades of Astronaut Blue #104769

Tints of Astronaut Blue #104769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.98%

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

R = 8.33%
G = 36.98%
B = 54.69%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104769 (or 0x104769) is known color: Astronaut Blue. HEX triplet: 10, 47 and 69. RGB value is (16,71,105). Sum of RGB (Red+Green+Blue) = 16+71+105=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #104769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104769 is #EFB896. Grayscale: #3A3A3A. Windows color (decimal): -15710359 or 6899472. OLE color: 6899472.

HSL color Cylindrical-coordinate representation of color #104769: hue angle of 202.92º 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 #104769 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 71 105 -
CMYK 0.85 0.32 0 0.59
HSL 202.92º 0.74% 0.24% -
HSV(B) 202.92º 0.85% 0.41% -
XYZ 5.02 5.64 14.19 -
YUV 58.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 16 71 105 0.85 0.32 0 0.59 202.92 0.74 0.24
Hex 10 47 69 55 20 0 3B CB 4A 18
Octal 20 107 151 125 40 0 73 313 112 30
Binary 10000 1000111 1101001 1010101 100000 0 111011 11001011 1001010 11000

Color Harmonies of #104769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104769

Black with #104769

Text Example


Text Example

White with #104769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104769; }

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

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

background-color css

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

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

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

border-color css

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

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

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