#11455D

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

Shades of Astronaut Blue #11455D

Tints of Astronaut Blue #11455D

Color information

#11455D (or 0x11455D) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 5D. RGB value is (17,69,93). Sum of RGB (Red+Green+Blue) = 17+69+93=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #11455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11455D is #EEBAA2. Grayscale: #383838. Windows color (decimal): -15645347 or 6112529. OLE color: 6112529.

HSL color Cylindrical-coordinate representation of color #11455D: hue angle of 198.95º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11455D is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB176993-
CMYK0.820.2600.64
HSL198.95º69.09%21.57%-
HSV(B)198.95º81.72%36.47%-
XYZ4.345.1711.12-
YUV56.19148.77100.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=9.50%
G=38.55%
B=51.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1769930.820.2600.64198.9569.0921.57
Hex11455D521A040c74516
Octal2110513512232010030710526
Binary10001100010110111011010010110100100000011000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11455D; }

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

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

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

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

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

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

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

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