#09415B

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

Shades of Astronaut Blue #09415B

Tints of Astronaut Blue #09415B

Color information

#09415B (or 0x09415B) is unknown color: approx Astronaut Blue. HEX triplet: 09, 41 and 5B. RGB value is (9,65,91). Sum of RGB (Red+Green+Blue) = 9+65+91=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #09415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09415B is #F6BEA4. Grayscale: #333333. Windows color (decimal): -16170661 or 5980425. OLE color: 5980425.

HSL color Cylindrical-coordinate representation of color #09415B: hue angle of 199.02º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09415B is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB96591-
CMYK0.900.2900.64
HSL199.02º82%19.61%-
HSV(B)199.02º90.11%35.69%-
XYZ3.894.5910.58-
YUV51.22150.4597.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=5.45%
G=39.39%
B=55.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal965910.900.2900.64199.028219.61
Hex9415B5A1D040c75214
Octal1110113313235010030712224
Binary1001100000110110111011010111010100000011000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,65,91); }

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

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

 a { background-color: rgb(9,65,91); }

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

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

 span { border-color: rgb(9,65,91); }

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