#104969

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

Shades of Astronaut Blue #104969

Tints of Astronaut Blue #104969

Color information

#104969 (or 0x104969) is unknown color: approx Astronaut Blue. HEX triplet: 10, 49 and 69. RGB value is (16,73,105). Sum of RGB (Red+Green+Blue) = 16+73+105=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #104969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104969 is #EFB696. Grayscale: #3B3B3B. Windows color (decimal): -15709847 or 6899984. OLE color: 6899984.

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

Color convert

RGB1673105-
CMYK0.850.3000.59
HSL201.57º73.55%23.73%-
HSV(B)201.57º84.76%41.18%-
XYZ5.155.914.23-
YUV59.6153.6296.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=8.25%
G=37.63%
B=54.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16731050.850.3000.59201.5773.5523.73
Hex104969551E03Bca4a18
Octal201111511253607331211230
Binary1000010010011101001101010111110011101111001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104969; }

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

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

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

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

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

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

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

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