#114055

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

Shades of Astronaut Blue #114055

Tints of Astronaut Blue #114055

Color information

#114055 (or 0x114055) is unknown color: approx Astronaut Blue. HEX triplet: 11, 40 and 55. RGB value is (17,64,85). Sum of RGB (Red+Green+Blue) = 17+64+85=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #114055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114055 is #EEBFAA. Grayscale: #343434. Windows color (decimal): -15646635 or 5586961. OLE color: 5586961.

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

Color convert

RGB176485-
CMYK0.800.2500.67
HSL198.53º66.67%20%-
HSV(B)198.53º80%33.33%-
XYZ3.74.449.26-
YUV52.34146.43102.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=10.24%
G=38.55%
B=51.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1764850.800.2500.67198.5366.6720
Hex1140555019043c74314
Octal2110012512031010330710324
Binary10001100000010101011010000110010100001111000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114055; }

 p { color: rgb(17,64,85); }

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

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

 a { background-color: rgb(17,64,85); }

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

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

 span { border-color: rgb(17,64,85); }

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