#114159

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

Shades of Astronaut Blue #114159

Tints of Astronaut Blue #114159

Color information

#114159 (or 0x114159) is unknown color: approx Astronaut Blue. HEX triplet: 11, 41 and 59. RGB value is (17,65,89). Sum of RGB (Red+Green+Blue) = 17+65+89=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #114159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114159 is #EEBEA6. Grayscale: #353535. Windows color (decimal): -15646375 or 5849361. OLE color: 5849361.

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

Color convert

RGB176589-
CMYK0.810.2700.65
HSL200º67.92%20.78%-
HSV(B)200º80.9%34.9%-
XYZ3.924.6210.14-
YUV53.38148.1102.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=9.94%
G=38.01%
B=52.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1765890.810.2700.6520067.9220.78
Hex114159511B041c84415
Octal2110113112133010131010425
Binary10001100000110110011010001110110100000111001000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114159; }

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

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

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

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

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

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

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

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