#114458

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

Shades of Astronaut Blue #114458

Tints of Astronaut Blue #114458

Color information

#114458 (or 0x114458) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 58. RGB value is (17,68,88). Sum of RGB (Red+Green+Blue) = 17+68+88=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #114458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114458 is #EEBBA7. Grayscale: #363636. Windows color (decimal): -15645608 or 5784593. OLE color: 5784593.

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

Color convert

RGB176888-
CMYK0.810.2300.65
HSL196.9º67.62%20.59%-
HSV(B)196.9º80.68%34.51%-
XYZ4.064.969.98-
YUV55.03146.6100.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=9.83%
G=39.31%
B=50.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1768880.810.2300.65196.967.6220.59
Hex1144585117041c54415
Octal2110413012127010130510425
Binary10001100010010110001010001101110100000111000101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114458; }

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

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

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

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

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

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

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

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