#104769

Color #104769 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #104769

Tints of Astronaut Blue #104769

Color information

#104769 (or 0x104769) is unknown color: approx 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

RGB1671105-
CMYK0.850.3200.59
HSL202.92º73.55%23.73%-
HSV(B)202.92º84.76%41.18%-
XYZ5.025.6414.19-
YUV58.43154.2897.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16711050.850.3200.59202.9273.5523.73
Hex104769552003Bcb4a18
Octal201071511254007331311230
Binary10000100011111010011010101100000011101111001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>