#104669

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

Shades of Astronaut Blue #104669

Tints of Astronaut Blue #104669

Color information

#104669 (or 0x104669) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 69. RGB value is (16,70,105). Sum of RGB (Red+Green+Blue) = 16+70+105=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #104669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104669 is #EFB996. Grayscale: #393939. Windows color (decimal): -15710615 or 6899216. OLE color: 6899216.

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

Color convert

RGB1670105-
CMYK0.850.3300.59
HSL203.6º73.55%23.73%-
HSV(B)203.6º84.76%41.18%-
XYZ4.955.5114.17-
YUV57.84154.6198.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=8.38%
G=36.65%
B=54.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16701050.850.3300.59203.673.5523.73
Hex104669552103Bcc4a18
Octal201061511254107331411230
Binary10000100011011010011010101100001011101111001100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104669; }

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

 H1.HeaderClassName
 {
   color: #104669;
 }
 .AnyTagClassName
 {
   color: #104669;
 }
</style>
background-color css

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

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

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

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

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

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