#11475A

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

Shades of Astronaut Blue #11475A

Tints of Astronaut Blue #11475A

Color information

#11475A (or 0x11475A) is unknown color: approx Astronaut Blue. HEX triplet: 11, 47 and 5A. RGB value is (17,71,90). Sum of RGB (Red+Green+Blue) = 17+71+90=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #11475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11475A is #EEB8A5. Grayscale: #383838. Windows color (decimal): -15644838 or 5916433. OLE color: 5916433.

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

Color convert

RGB177190-
CMYK0.810.2100.65
HSL195.62º68.22%20.98%-
HSV(B)195.62º81.11%35.29%-
XYZ4.335.3610.48-
YUV57.02146.6199.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=9.55%
G=39.89%
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.65
SystemRedGreenBlueCMYKHSL
Decimal1771900.810.2100.65195.6268.2220.98
Hex11475A5115041c44415
Octal2110713212125010130410425
Binary10001100011110110101010001101010100000111000100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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