Html Css Color HEX #104766 Astronaut Blue

📋 copy color: '#104766'

red 16 ◦ green 71 ◦ blue 102

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

Shades of Astronaut Blue #104766

Tints of Astronaut Blue #104766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 8.47%
G = 37.57%
B = 53.97%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104766 (or 0x104766) is known color: Astronaut Blue. HEX triplet: 10, 47 and 66. RGB value is (16,71,102). Sum of RGB (Red+Green+Blue) = 16+71+102=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #104766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104766 is #EFB899. Grayscale: #393939. Windows color (decimal): -15710362 or 6702864. OLE color: 6702864.

HSL color Cylindrical-coordinate representation of color #104766: hue angle of 201.63º 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 #104766 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 71 102 -
CMYK 0.84 0.30 0 0.6
HSL 201.63º 0.73% 0.23% -
HSV(B) 201.63º 0.84% 0.4% -
XYZ 4.87 5.58 13.39 -
YUV 58.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 16 71 102 0.84 0.30 0 0.6 201.63 0.73 0.23
Hex 10 47 66 54 1E 0 3C CA 49 17
Octal 20 107 146 124 36 0 74 312 111 27
Binary 10000 1000111 1100110 1010100 11110 0 111100 11001010 1001001 10111

Color Harmonies of #104766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104766

Black with #104766

Text Example


Text Example

White with #104766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104766; }

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

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

background-color css

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

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

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

border-color css

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

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

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