#104459

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

Shades of Astronaut Blue #104459

Tints of Astronaut Blue #104459

Color information

#104459 (or 0x104459) is unknown color: approx Astronaut Blue. HEX triplet: 10, 44 and 59. RGB value is (16,68,89). Sum of RGB (Red+Green+Blue) = 16+68+89=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #104459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104459 is #EFBBA6. Grayscale: #363636. Windows color (decimal): -15711143 or 5850128. OLE color: 5850128.

HSL color Cylindrical-coordinate representation of color #104459: hue angle of 197.26º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104459 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB166889-
CMYK0.820.2400.65
HSL197.26º69.52%20.59%-
HSV(B)197.26º82.02%34.9%-
XYZ4.084.9710.19-
YUV54.85147.27100.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=9.25%
G=39.31%
B=51.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1668890.820.2400.65197.2669.5220.59
Hex1044595218041c54615
Octal2010413112230010130510625
Binary10000100010010110011010010110000100000111000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104459; }

 p { color: rgb(16,68,89); }

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

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

 a { background-color: rgb(16,68,89); }

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

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

 span { border-color: rgb(16,68,89); }

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