#114054

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

Shades of Astronaut Blue #114054

Tints of Astronaut Blue #114054

Color information

#114054 (or 0x114054) is unknown color: approx Astronaut Blue. HEX triplet: 11, 40 and 54. RGB value is (17,64,84). Sum of RGB (Red+Green+Blue) = 17+64+84=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #114054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114054 is #EEBFAB. Grayscale: #343434. Windows color (decimal): -15646636 or 5521425. OLE color: 5521425.

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

Color convert

RGB176484-
CMYK0.800.2400.67
HSL197.91º66.34%19.8%-
HSV(B)197.91º79.76%32.94%-
XYZ3.664.439.05-
YUV52.23145.93102.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=10.30%
G=38.79%
B=50.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1764840.800.2400.67197.9166.3419.8
Hex1140545018043c64214
Octal2110012412030010330610224
Binary10001100000010101001010000110000100001111000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114054; }

 p { color: rgb(17,64,84); }

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

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

 a { background-color: rgb(17,64,84); }

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

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

 span { border-color: rgb(17,64,84); }

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