#113F57

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

Shades of Astronaut Blue #113F57

Tints of Astronaut Blue #113F57

Color information

#113F57 (or 0x113F57) is unknown color: approx Astronaut Blue. HEX triplet: 11, 3F and 57. RGB value is (17,63,87). Sum of RGB (Red+Green+Blue) = 17+63+87=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #113F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F57 is #EEC0A8. Grayscale: #333333. Windows color (decimal): -15646889 or 5717777. OLE color: 5717777.

HSL color Cylindrical-coordinate representation of color #113F57: hue angle of 200.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113F57 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB176387-
CMYK0.800.2800.66
HSL200.57º67.31%20.39%-
HSV(B)200.57º80.46%34.12%-
XYZ3.734.369.66-
YUV51.98147.76103.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=10.18%
G=37.72%
B=52.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1763870.800.2800.66200.5767.3120.39
Hex113F57501C042c94314
Octal217712712034010231110324
Binary1000111111110101111010000111000100001011001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F57; }

 p { color: rgb(17,63,87); }

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

<style>
 a { background-color: #113F57; }

 a { background-color: rgb(17,63,87); }

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

<style>
 span { border-color: #113F57; }

 span { border-color: rgb(17,63,87); }

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