#114554

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

Shades of Astronaut Blue #114554

Tints of Astronaut Blue #114554

Color information

#114554 (or 0x114554) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 54. RGB value is (17,69,84). Sum of RGB (Red+Green+Blue) = 17+69+84=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #114554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114554 is #EEBAAB. Grayscale: #373737. Windows color (decimal): -15645356 or 5522705. OLE color: 5522705.

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

Color convert

RGB176984-
CMYK0.800.1800.67
HSL193.43º66.34%19.8%-
HSV(B)193.43º79.76%32.94%-
XYZ3.965.029.15-
YUV55.16144.27100.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=10%
G=40.59%
B=49.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1769840.800.1800.67193.4366.3419.8
Hex1145545012043c14214
Octal2110512412022010330110224
Binary10001100010110101001010000100100100001111000001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114554; }

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

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

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

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

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

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

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

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