Html Css Color HEX #09415B Astronaut Blue

📋 copy color: '#09415B'

red 9 ◦ green 65 ◦ blue 91

#09415B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #09415B

Tints of Astronaut Blue #09415B

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 value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09415B (or 0x09415B) is known color: 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

RGB 9 65 91 -
CMYK 0.90 0.29 0 0.64
HSL 199.02º 0.82% 0.2% -
HSV(B) 199.02º 0.9% 0.36% -
XYZ 3.89 4.59 10.58 -
YUV 51.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 9 65 91 0.90 0.29 0 0.64 199.02 0.82 0.2
Hex 9 41 5B 5A 1D 0 40 C7 52 14
Octal 11 101 133 132 35 0 100 307 122 24
Binary 1001 1000001 1011011 1011010 11101 0 1000000 11000111 1010010 10100

Color Harmonies of #09415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09415B

Black with #09415B

Text Example


Text Example

White with #09415B

Text Example


Text Example

HTML Codes & Css Web 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>