#11425C

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

Shades of Astronaut Blue #11425C

Tints of Astronaut Blue #11425C

Color information

#11425C (or 0x11425C) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 5C. RGB value is (17,66,92). Sum of RGB (Red+Green+Blue) = 17+66+92=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #11425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425C is #EEBDA3. Grayscale: #363636. Windows color (decimal): -15646116 or 6046225. OLE color: 6046225.

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

Color convert

RGB176692-
CMYK0.820.2800.64
HSL200.8º68.81%21.37%-
HSV(B)200.8º81.52%36.08%-
XYZ4.114.7910.83-
YUV54.31149.27101.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=9.71%
G=37.71%
B=52.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1766920.820.2800.64200.868.8121.37
Hex11425C521C040c94515
Octal2110213412234010031110525
Binary10001100001010111001010010111000100000011001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11425C; }

 p { color: rgb(17,66,92); }

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

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

 a { background-color: rgb(17,66,92); }

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

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

 span { border-color: rgb(17,66,92); }

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