#114257

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

Shades of Astronaut Blue #114257

Tints of Astronaut Blue #114257

Color information

#114257 (or 0x114257) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 57. RGB value is (17,66,87). Sum of RGB (Red+Green+Blue) = 17+66+87=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #114257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114257 is #EEBDA8. Grayscale: #353535. Windows color (decimal): -15646121 or 5718545. OLE color: 5718545.

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

Color convert

RGB176687-
CMYK0.800.2400.66
HSL198º67.31%20.39%-
HSV(B)198º80.46%34.12%-
XYZ3.94.79.72-
YUV53.74146.77101.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 87 (34.38% from 255) = 51.18%
R=10%
G=38.82%
B=51.18%

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
Decimal1766870.800.2400.6619867.3120.39
Hex1142575018042c64314
Octal2110212712030010230610324
Binary10001100001010101111010000110000100001011000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114257; }

 p { color: rgb(17,66,87); }

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

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

 a { background-color: rgb(17,66,87); }

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

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

 span { border-color: rgb(17,66,87); }

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