#113E54

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

Shades of Astronaut Blue #113E54

Tints of Astronaut Blue #113E54

Color information

#113E54 (or 0x113E54) is unknown color: approx Astronaut Blue. HEX triplet: 11, 3E and 54. RGB value is (17,62,84). Sum of RGB (Red+Green+Blue) = 17+62+84=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #113E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E54 is #EEC1AB. Grayscale: #323232. Windows color (decimal): -15647148 or 5520913. OLE color: 5520913.

HSL color Cylindrical-coordinate representation of color #113E54: hue angle of 199.7º 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 #113E54 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB176284-
CMYK0.800.2600.67
HSL199.7º66.34%19.8%-
HSV(B)199.7º79.76%32.94%-
XYZ3.554.29.01-
YUV51.05146.59103.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=10.43%
G=38.04%
B=51.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1762840.800.2600.67199.766.3419.8
Hex113E54501A043c84214
Octal217612412032010331010224
Binary1000111111010101001010000110100100001111001000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,84); }

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

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

 a { background-color: rgb(17,62,84); }

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

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

 span { border-color: rgb(17,62,84); }

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