#11495b

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

Shades of Astronaut Blue #11495B

Tints of Astronaut Blue #11495B

Color information

#11495B (or 0x11495B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 49 and 5B. RGB value is (17,73,91). Sum of RGB (Red+Green+Blue) = 17+73+91=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #11495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495B is #EEB6A4. Grayscale: #3A3A3A. Windows color (decimal): -15644325 or 5982481. OLE color: 5982481.

HSL color Cylindrical-coordinate representation of color #11495B: hue angle of 194.59º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11495B is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB177391-
CMYK0.810.2000.64
HSL194.59º68.52%21.18%-
HSV(B)194.59º81.32%35.69%-
XYZ4.55.6410.75-
YUV58.31146.4598.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=9.39%
G=40.33%
B=50.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1773910.810.2000.64194.5968.5221.18
Hex11495B5114040c34515
Octal2111113312124010030310525
Binary10001100100110110111010001101000100000011000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11495b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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