#114053

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

Shades of Astronaut Blue #114053

Tints of Astronaut Blue #114053

Color information

#114053 (or 0x114053) is unknown color: approx Astronaut Blue. HEX triplet: 11, 40 and 53. RGB value is (17,64,83). Sum of RGB (Red+Green+Blue) = 17+64+83=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #114053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114053 is #EEBFAC. Grayscale: #333333. Windows color (decimal): -15646637 or 5455889. OLE color: 5455889.

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

Color convert

RGB176483-
CMYK0.800.2300.67
HSL197.27º66%19.61%-
HSV(B)197.27º79.52%32.55%-
XYZ3.634.418.84-
YUV52.11145.43102.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=10.37%
G=39.02%
B=50.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1764830.800.2300.67197.276619.61
Hex1140535017043c54214
Octal2110012312027010330510224
Binary10001100000010100111010000101110100001111000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114053; }

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

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

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

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

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

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

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

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