#11465F

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

Shades of Astronaut Blue #11465F

Tints of Astronaut Blue #11465F

Color information

#11465F (or 0x11465F) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 5F. RGB value is (17,70,95). Sum of RGB (Red+Green+Blue) = 17+70+95=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #11465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11465F is #EEB9A0. Grayscale: #383838. Windows color (decimal): -15645089 or 6243857. OLE color: 6243857.

HSL color Cylindrical-coordinate representation of color #11465F: hue angle of 199.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11465F is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB177095-
CMYK0.820.2600.63
HSL199.23º69.64%21.96%-
HSV(B)199.23º82.11%37.25%-
XYZ4.495.3311.62-
YUV57149.4499.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=9.34%
G=38.46%
B=52.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1770950.820.2600.63199.2369.6421.96
Hex11465F521A03Fc74616
Octal211061371223207730710626
Binary1000110001101011111101001011010011111111000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11465F; }

 p { color: rgb(17,70,95); }

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

<style>
 a { background-color: #11465F; }

 a { background-color: rgb(17,70,95); }

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

<style>
 span { border-color: #11465F; }

 span { border-color: rgb(17,70,95); }

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