#11445B

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

Shades of Astronaut Blue #11445B

Tints of Astronaut Blue #11445B

Color information

#11445B (or 0x11445B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 5B. RGB value is (17,68,91). Sum of RGB (Red+Green+Blue) = 17+68+91=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #11445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11445B is #EEBBA4. Grayscale: #373737. Windows color (decimal): -15645605 or 5981201. OLE color: 5981201.

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

Color convert

RGB176891-
CMYK0.810.2500.64
HSL198.65º68.52%21.18%-
HSV(B)198.65º81.32%35.69%-
XYZ4.195.0110.64-
YUV55.37148.1100.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=9.66%
G=38.64%
B=51.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1768910.810.2500.64198.6568.5221.18
Hex11445B5119040c74515
Octal2110413312131010030710525
Binary10001100010010110111010001110010100000011000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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