#114761

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

Shades of Astronaut Blue #114761

Tints of Astronaut Blue #114761

Color information

#114761 (or 0x114761) is unknown color: approx Astronaut Blue. HEX triplet: 11, 47 and 61. RGB value is (17,71,97). Sum of RGB (Red+Green+Blue) = 17+71+97=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #114761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114761 is #EEB89E. Grayscale: #393939. Windows color (decimal): -15644831 or 6375185. OLE color: 6375185.

HSL color Cylindrical-coordinate representation of color #114761: hue angle of 199.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114761 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB177197-
CMYK0.820.2700.62
HSL199.5º70.18%22.35%-
HSV(B)199.5º82.47%38.04%-
XYZ4.645.4912.12-
YUV57.82150.1198.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=9.19%
G=38.38%
B=52.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1771970.820.2700.62199.570.1822.35
Hex114761521B03Ec84616
Octal211071411223307631010626
Binary1000110001111100001101001011011011111011001000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114761; }

 p { color: rgb(17,71,97); }

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

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

 a { background-color: rgb(17,71,97); }

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

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

 span { border-color: rgb(17,71,97); }

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