#114656

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

Shades of Astronaut Blue #114656

Tints of Astronaut Blue #114656

Color information

#114656 (or 0x114656) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 56. RGB value is (17,70,86). Sum of RGB (Red+Green+Blue) = 17+70+86=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #114656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114656 is #EEB9A9. Grayscale: #373737. Windows color (decimal): -15645098 or 5654033. OLE color: 5654033.

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

Color convert

RGB177086-
CMYK0.800.1900.66
HSL193.91º66.99%20.2%-
HSV(B)193.91º80.23%33.73%-
XYZ4.15.179.59-
YUV55.98144.94100.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=9.83%
G=40.46%
B=49.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1770860.800.1900.66193.9166.9920.2
Hex1146565013042c24314
Octal2110612612023010230210324
Binary10001100011010101101010000100110100001011000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114656; }

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

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

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

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

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

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

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

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