#11495A

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

Shades of Astronaut Blue #11495A

Tints of Astronaut Blue #11495A

Color information

#11495A (or 0x11495A) is unknown color: approx Astronaut Blue. HEX triplet: 11, 49 and 5A. RGB value is (17,73,90). Sum of RGB (Red+Green+Blue) = 17+73+90=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #11495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495A is #EEB6A5. Grayscale: #3A3A3A. Windows color (decimal): -15644326 or 5916945. OLE color: 5916945.

HSL color Cylindrical-coordinate representation of color #11495A: hue angle of 193.97º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11495A is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177390-
CMYK0.810.1900.65
HSL193.97º68.22%20.98%-
HSV(B)193.97º81.11%35.29%-
XYZ4.465.6210.52-
YUV58.19145.9598.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 90 (35.55% from 255) = 50%
R=9.44%
G=40.56%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1773900.810.1900.65193.9768.2220.98
Hex11495A5113041c24415
Octal2111113212123010130210425
Binary10001100100110110101010001100110100000111000010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11495A; }

 p { color: rgb(17,73,90); }

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

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

 a { background-color: rgb(17,73,90); }

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

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

 span { border-color: rgb(17,73,90); }

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