#104857

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

Shades of Astronaut Blue #104857

Tints of Astronaut Blue #104857

Color information

#104857 (or 0x104857) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 57. RGB value is (16,72,87). Sum of RGB (Red+Green+Blue) = 16+72+87=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #104857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104857 is #EFB7A8. Grayscale: #383838. Windows color (decimal): -15710121 or 5720080. OLE color: 5720080.

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

Color convert

RGB167287-
CMYK0.820.1700.66
HSL192.68º68.93%20.2%-
HSV(B)192.68º81.61%34.12%-
XYZ4.255.439.84-
YUV56.97144.9598.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=9.14%
G=41.14%
B=49.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1672870.820.1700.66192.6868.9320.2
Hex1048575211042c14514
Octal2011012712221010230110524
Binary10000100100010101111010010100010100001011000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104857; }

 p { color: rgb(16,72,87); }

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

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

 a { background-color: rgb(16,72,87); }

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

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

 span { border-color: rgb(16,72,87); }

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