Html Css Color HEX #104765 Astronaut Blue

📋 copy color: '#104765'

red 16 ◦ green 71 ◦ blue 101

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

Shades of Astronaut Blue #104765

Tints of Astronaut Blue #104765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 8.51%
G = 37.77%
B = 53.72%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104765 (or 0x104765) is known color: Astronaut Blue. HEX triplet: 10, 47 and 65. RGB value is (16,71,101). Sum of RGB (Red+Green+Blue) = 16+71+101=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #104765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104765 is #EFB89A. Grayscale: #393939. Windows color (decimal): -15710363 or 6637328. OLE color: 6637328.

HSL color Cylindrical-coordinate representation of color #104765: hue angle of 201.18º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104765 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 71 101 -
CMYK 0.84 0.30 0 0.60
HSL 201.18º 0.73% 0.23% -
HSV(B) 201.18º 0.84% 0.4% -
XYZ 4.82 5.56 13.13 -
YUV 57.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 16 71 101 0.84 0.30 0 0.60 201.18 0.73 0.23
Hex 10 47 65 54 1E 0 3C C9 49 17
Octal 20 107 145 124 36 0 74 311 111 27
Binary 10000 1000111 1100101 1010100 11110 0 111100 11001001 1001001 10111

Color Harmonies of #104765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104765

Black with #104765

Text Example


Text Example

White with #104765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104765; }

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

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

background-color css

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

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

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

border-color css

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

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

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