#104958

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

Shades of Astronaut Blue #104958

Tints of Astronaut Blue #104958

Color information

#104958 (or 0x104958) is unknown color: approx Astronaut Blue. HEX triplet: 10, 49 and 58. RGB value is (16,73,88). Sum of RGB (Red+Green+Blue) = 16+73+88=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #104958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104958 is #EFB6A7. Grayscale: #393939. Windows color (decimal): -15709864 or 5785872. OLE color: 5785872.

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

Color convert

RGB167388-
CMYK0.820.1700.65
HSL192.5º69.23%20.39%-
HSV(B)192.5º81.82%34.51%-
XYZ4.365.5810.08-
YUV57.67145.1298.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=9.04%
G=41.24%
B=49.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1673880.820.1700.65192.569.2320.39
Hex1049585211041c04514
Octal2011113012221010130010524
Binary10000100100110110001010010100010100000111000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104958; }

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

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

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

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

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

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

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

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