#114455

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

Shades of Astronaut Blue #114455

Tints of Astronaut Blue #114455

Color information

#114455 (or 0x114455) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 55. RGB value is (17,68,85). Sum of RGB (Red+Green+Blue) = 17+68+85=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #114455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114455 is #EEBBAA. Grayscale: #363636. Windows color (decimal): -15645611 or 5587985. OLE color: 5587985.

HSL color Cylindrical-coordinate representation of color #114455: hue angle of 195º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114455 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB176885-
CMYK0.800.2000.67
HSL195º66.67%20%-
HSV(B)195º80%33.33%-
XYZ3.944.919.33-
YUV54.69145.1101.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 50%
R=10%
G=40%
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.67
SystemRedGreenBlueCMYKHSL
Decimal1768850.800.2000.6719566.6720
Hex1144555014043c34314
Octal2110412512024010330310324
Binary10001100010010101011010000101000100001111000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114455; }

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

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

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

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

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

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

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

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