#114560

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

Shades of Astronaut Blue #114560

Tints of Astronaut Blue #114560

Color information

#114560 (or 0x114560) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 60. RGB value is (17,69,96). Sum of RGB (Red+Green+Blue) = 17+69+96=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #114560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114560 is #EEBA9F. Grayscale: #383838. Windows color (decimal): -15645344 or 6309137. OLE color: 6309137.

HSL color Cylindrical-coordinate representation of color #114560: hue angle of 200.51º 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 #114560 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176996-
CMYK0.820.2800.62
HSL200.51º69.91%22.16%-
HSV(B)200.51º82.29%37.65%-
XYZ4.475.2211.84-
YUV56.53150.2799.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=9.34%
G=37.91%
B=52.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1769960.820.2800.62200.5169.9122.16
Hex114560521C03Ec94616
Octal211051401223407631110626
Binary1000110001011100000101001011100011111011001001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114560; }

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

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

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

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

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

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

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

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