#11425d

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

Shades of Astronaut Blue #11425D

Tints of Astronaut Blue #11425D

Color information

#11425D (or 0x11425D) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 5D. RGB value is (17,66,93). Sum of RGB (Red+Green+Blue) = 17+66+93=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #11425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425D is #EEBDA2. Grayscale: #363636. Windows color (decimal): -15646115 or 6111761. OLE color: 6111761.

HSL color Cylindrical-coordinate representation of color #11425D: hue angle of 201.32º 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 #11425D is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB176693-
CMYK0.820.2900.64
HSL201.32º69.09%21.57%-
HSV(B)201.32º81.72%36.47%-
XYZ4.164.8111.06-
YUV54.43149.77101.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=9.66%
G=37.5%
B=52.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1766930.820.2900.64201.3269.0921.57
Hex11425D521D040c94516
Octal2110213512235010031110526
Binary10001100001010111011010010111010100000011001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11425d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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