#114555

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

Shades of Astronaut Blue #114555

Tints of Astronaut Blue #114555

Color information

#114555 (or 0x114555) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 55. RGB value is (17,69,85). Sum of RGB (Red+Green+Blue) = 17+69+85=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #114555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114555 is #EEBAAA. Grayscale: #373737. Windows color (decimal): -15645355 or 5588241. OLE color: 5588241.

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

Color convert

RGB176985-
CMYK0.800.1900.67
HSL194.12º66.67%20%-
HSV(B)194.12º80%33.33%-
XYZ45.039.35-
YUV55.28144.77100.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=9.94%
G=40.35%
B=49.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1769850.800.1900.67194.1266.6720
Hex1145555013043c24314
Octal2110512512023010330210324
Binary10001100010110101011010000100110100001111000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114555; }

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

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

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

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

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

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

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

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