#104658

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

Shades of Astronaut Blue #104658

Tints of Astronaut Blue #104658

Color information

#104658 (or 0x104658) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 58. RGB value is (16,70,88). Sum of RGB (Red+Green+Blue) = 16+70+88=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #104658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104658 is #EFB9A7. Grayscale: #373737. Windows color (decimal): -15710632 or 5785104. OLE color: 5785104.

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

Color convert

RGB167088-
CMYK0.820.2000.65
HSL195º69.23%20.39%-
HSV(B)195º81.82%34.51%-
XYZ4.175.210.02-
YUV55.91146.1199.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=9.20%
G=40.23%
B=50.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1670880.820.2000.6519569.2320.39
Hex1046585214041c34514
Octal2010613012224010130310524
Binary10000100011010110001010010101000100000111000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104658; }

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

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

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

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

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

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

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

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