#114056

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

Shades of Astronaut Blue #114056

Tints of Astronaut Blue #114056

Color information

#114056 (or 0x114056) is unknown color: approx Astronaut Blue. HEX triplet: 11, 40 and 56. RGB value is (17,64,86). Sum of RGB (Red+Green+Blue) = 17+64+86=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #114056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114056 is #EEBFA9. Grayscale: #343434. Windows color (decimal): -15646634 or 5652497. OLE color: 5652497.

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

Color convert

RGB176486-
CMYK0.800.2600.66
HSL199.13º66.99%20.2%-
HSV(B)199.13º80.23%33.73%-
XYZ3.744.469.47-
YUV52.46146.93102.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=10.18%
G=38.32%
B=51.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1764860.800.2600.66199.1366.9920.2
Hex114056501A042c74314
Octal2110012612032010230710324
Binary10001100000010101101010000110100100001011000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114056; }

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

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

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

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

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

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

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

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