#104B5A

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

Shades of Astronaut Blue #104B5A

Tints of Astronaut Blue #104B5A

Color information

#104B5A (or 0x104B5A) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4B and 5A. RGB value is (16,75,90). Sum of RGB (Red+Green+Blue) = 16+75+90=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #104B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B5A is #EFB4A5. Grayscale: #3A3A3A. Windows color (decimal): -15709350 or 5917456. OLE color: 5917456.

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

Color convert

RGB167590-
CMYK0.820.1700.65
HSL192.16º69.81%20.78%-
HSV(B)192.16º82.22%35.29%-
XYZ4.585.8810.57-
YUV59.07145.4597.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=8.84%
G=41.44%
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
Decimal1675900.820.1700.65192.1669.8120.78
Hex104B5A5211041c04615
Octal2011313212221010130010625
Binary10000100101110110101010010100010100000111000000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B5A; }

 p { color: rgb(16,75,90); }

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

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

 a { background-color: rgb(16,75,90); }

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

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

 span { border-color: rgb(16,75,90); }

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