#113F53

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

Shades of Astronaut Blue #113F53

Tints of Astronaut Blue #113F53

Color information

#113F53 (or 0x113F53) is unknown color: approx Astronaut Blue. HEX triplet: 11, 3F and 53. RGB value is (17,63,83). Sum of RGB (Red+Green+Blue) = 17+63+83=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #113F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F53 is #EEC0AC. Grayscale: #333333. Windows color (decimal): -15646893 or 5455633. OLE color: 5455633.

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

Color convert

RGB176383-
CMYK0.800.2400.67
HSL198.18º66%19.61%-
HSV(B)198.18º79.52%32.55%-
XYZ3.574.38.83-
YUV51.53145.76103.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=10.43%
G=38.65%
B=50.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1763830.800.2400.67198.186619.61
Hex113F535018043c64214
Octal217712312030010330610224
Binary1000111111110100111010000110000100001111000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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