#114156

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

Shades of Astronaut Blue #114156

Tints of Astronaut Blue #114156

Color information

#114156 (or 0x114156) is unknown color: approx Astronaut Blue. HEX triplet: 11, 41 and 56. RGB value is (17,65,86). Sum of RGB (Red+Green+Blue) = 17+65+86=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #114156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114156 is #EEBEA9. Grayscale: #343434. Windows color (decimal): -15646378 or 5652753. OLE color: 5652753.

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

Color convert

RGB176586-
CMYK0.800.2400.66
HSL198.26º66.99%20.2%-
HSV(B)198.26º80.23%33.73%-
XYZ3.84.579.49-
YUV53.04146.6102.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=10.12%
G=38.69%
B=51.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1765860.800.2400.66198.2666.9920.2
Hex1141565018042c64314
Octal2110112612030010230610324
Binary10001100000110101101010000110000100001011000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114156; }

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

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

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

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

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

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

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

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