#114457

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

Shades of Astronaut Blue #114457

Tints of Astronaut Blue #114457

Color information

#114457 (or 0x114457) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 57. RGB value is (17,68,87). Sum of RGB (Red+Green+Blue) = 17+68+87=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #114457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114457 is #EEBBA8. Grayscale: #363636. Windows color (decimal): -15645609 or 5719057. OLE color: 5719057.

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

Color convert

RGB176887-
CMYK0.800.2200.66
HSL196.29º67.31%20.39%-
HSV(B)196.29º80.46%34.12%-
XYZ4.024.949.76-
YUV54.92146.1100.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=9.88%
G=39.53%
B=50.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1768870.800.2200.66196.2967.3120.39
Hex1144575016042c44314
Octal2110412712026010230410324
Binary10001100010010101111010000101100100001011000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114457; }

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

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

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

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

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

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

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

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