#114559

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

Shades of Astronaut Blue #114559

Tints of Astronaut Blue #114559

Color information

#114559 (or 0x114559) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 59. RGB value is (17,69,89). Sum of RGB (Red+Green+Blue) = 17+69+89=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #114559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114559 is #EEBAA6. Grayscale: #373737. Windows color (decimal): -15645351 or 5850385. OLE color: 5850385.

HSL color Cylindrical-coordinate representation of color #114559: hue angle of 196.67º 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 #114559 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB176989-
CMYK0.810.2200.65
HSL196.67º67.92%20.78%-
HSV(B)196.67º80.9%34.9%-
XYZ4.165.110.22-
YUV55.73146.77100.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=9.71%
G=39.43%
B=50.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1769890.810.2200.65196.6767.9220.78
Hex1145595116041c54415
Octal2110513112126010130510425
Binary10001100010110110011010001101100100000111000101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114559; }

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

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

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

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

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

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

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

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