#104859

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

Shades of Astronaut Blue #104859

Tints of Astronaut Blue #104859

Color information

#104859 (or 0x104859) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 59. RGB value is (16,72,89). Sum of RGB (Red+Green+Blue) = 16+72+89=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #104859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104859 is #EFB7A6. Grayscale: #393939. Windows color (decimal): -15710119 or 5851152. OLE color: 5851152.

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

Color convert

RGB167289-
CMYK0.820.1900.65
HSL193.97º69.52%20.59%-
HSV(B)193.97º82.02%34.9%-
XYZ4.335.4710.28-
YUV57.19145.9598.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=9.04%
G=40.68%
B=50.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1672890.820.1900.65193.9769.5220.59
Hex1048595213041c24615
Octal2011013112223010130210625
Binary10000100100010110011010010100110100000111000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104859; }

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

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

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

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

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

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

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

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