#11425B

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

Shades of Astronaut Blue #11425B

Tints of Astronaut Blue #11425B

Color information

#11425B (or 0x11425B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 5B. RGB value is (17,66,91). Sum of RGB (Red+Green+Blue) = 17+66+91=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #11425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425B is #EEBDA4. Grayscale: #363636. Windows color (decimal): -15646117 or 5980689. OLE color: 5980689.

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

Color convert

RGB176691-
CMYK0.810.2700.64
HSL200.27º68.52%21.18%-
HSV(B)200.27º81.32%35.69%-
XYZ4.074.7710.6-
YUV54.2148.77101.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=9.77%
G=37.93%
B=52.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1766910.810.2700.64200.2768.5221.18
Hex11425B511B040c84515
Octal2110213312133010031010525
Binary10001100001010110111010001110110100000011001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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