#114158

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

Shades of Astronaut Blue #114158

Tints of Astronaut Blue #114158

Color information

#114158 (or 0x114158) is unknown color: approx Astronaut Blue. HEX triplet: 11, 41 and 58. RGB value is (17,65,88). Sum of RGB (Red+Green+Blue) = 17+65+88=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #114158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114158 is #EEBEA7. Grayscale: #353535. Windows color (decimal): -15646376 or 5783825. OLE color: 5783825.

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

Color convert

RGB176588-
CMYK0.810.2600.65
HSL199.44º67.62%20.59%-
HSV(B)199.44º80.68%34.51%-
XYZ3.884.69.92-
YUV53.27147.6102.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=10%
G=38.24%
B=51.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1765880.810.2600.65199.4467.6220.59
Hex114158511A041c74415
Octal2110113012132010130710425
Binary10001100000110110001010001110100100000111000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114158; }

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

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

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

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

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

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

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

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