#104659

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

Shades of Astronaut Blue #104659

Tints of Astronaut Blue #104659

Color information

#104659 (or 0x104659) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 59. RGB value is (16,70,89). Sum of RGB (Red+Green+Blue) = 16+70+89=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #104659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104659 is #EFB9A6. Grayscale: #373737. Windows color (decimal): -15710631 or 5850640. OLE color: 5850640.

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

Color convert

RGB167089-
CMYK0.820.2100.65
HSL195.62º69.52%20.59%-
HSV(B)195.62º82.02%34.9%-
XYZ4.215.2110.24-
YUV56.02146.6199.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=9.14%
G=40%
B=50.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1670890.820.2100.65195.6269.5220.59
Hex1046595215041c44615
Octal2010613112225010130410625
Binary10000100011010110011010010101010100000111000100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104659; }

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

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

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

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

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

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

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

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