#114659

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

Shades of Astronaut Blue #114659

Tints of Astronaut Blue #114659

Color information

#114659 (or 0x114659) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 59. RGB value is (17,70,89). Sum of RGB (Red+Green+Blue) = 17+70+89=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #114659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114659 is #EEB9A6. Grayscale: #383838. Windows color (decimal): -15645095 or 5850641. OLE color: 5850641.

HSL color Cylindrical-coordinate representation of color #114659: hue angle of 195.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114659 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177089-
CMYK0.810.2100.65
HSL195.83º67.92%20.78%-
HSV(B)195.83º80.9%34.9%-
XYZ4.225.2210.24-
YUV56.32146.4499.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=9.66%
G=39.77%
B=50.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1770890.810.2100.65195.8367.9220.78
Hex1146595115041c44415
Octal2110613112125010130410425
Binary10001100011010110011010001101010100000111000100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114659; }

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

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

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

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

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

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

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

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