#11485B

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

Shades of Astronaut Blue #11485B

Tints of Astronaut Blue #11485B

Color information

#11485B (or 0x11485B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 48 and 5B. RGB value is (17,72,91). Sum of RGB (Red+Green+Blue) = 17+72+91=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #11485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11485B is #EEB7A4. Grayscale: #393939. Windows color (decimal): -15644581 or 5982225. OLE color: 5982225.

HSL color Cylindrical-coordinate representation of color #11485B: hue angle of 195.41º 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 #11485B is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB177291-
CMYK0.810.2100.64
HSL195.41º68.52%21.18%-
HSV(B)195.41º81.32%35.69%-
XYZ4.445.5110.73-
YUV57.72146.7898.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=9.44%
G=40%
B=50.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1772910.810.2100.64195.4168.5221.18
Hex11485B5115040c34515
Octal2111013312125010030310525
Binary10001100100010110111010001101010100000011000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11485B; }

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

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

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

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

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

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

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

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