#114657

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

Shades of Astronaut Blue #114657

Tints of Astronaut Blue #114657

Color information

#114657 (or 0x114657) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 57. RGB value is (17,70,87). Sum of RGB (Red+Green+Blue) = 17+70+87=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #114657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114657 is #EEB9A8. Grayscale: #373737. Windows color (decimal): -15645097 or 5719569. OLE color: 5719569.

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

Color convert

RGB177087-
CMYK0.800.2000.66
HSL194.57º67.31%20.39%-
HSV(B)194.57º80.46%34.12%-
XYZ4.145.199.8-
YUV56.09145.44100.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 87 (34.38% from 255) = 50%
R=9.77%
G=40.23%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1770870.800.2000.66194.5767.3120.39
Hex1146575014042c34314
Octal2110612712024010230310324
Binary10001100011010101111010000101000100001011000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114657; }

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

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

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

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

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

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

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

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