#104059

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

Shades of Astronaut Blue #104059

Tints of Astronaut Blue #104059

Color information

#104059 (or 0x104059) is unknown color: approx Astronaut Blue. HEX triplet: 10, 40 and 59. RGB value is (16,64,89). Sum of RGB (Red+Green+Blue) = 16+64+89=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #104059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104059 is #EFBFA6. Grayscale: #343434. Windows color (decimal): -15712167 or 5849104. OLE color: 5849104.

HSL color Cylindrical-coordinate representation of color #104059: hue angle of 200.55º 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 #104059 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB166489-
CMYK0.820.2800.65
HSL200.55º69.52%20.59%-
HSV(B)200.55º82.02%34.9%-
XYZ3.854.510.12-
YUV52.5148.6101.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=9.47%
G=37.87%
B=52.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1664890.820.2800.65200.5569.5220.59
Hex104059521C041c94615
Octal2010013112234010131110625
Binary10000100000010110011010010111000100000111001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104059; }

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

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

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

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

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

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

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

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