Html Css Color HEX #09465E Astronaut Blue

📋 copy color: '#09465E'

red 9 ◦ green 70 ◦ blue 94

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

Shades of Astronaut Blue #09465E

Tints of Astronaut Blue #09465E

RGB

 RED value IS 9 (3.91% from 255) = 5.2%

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 5.2%
G = 40.46%
B = 54.34%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09465E (or 0x09465E) is known color: Astronaut Blue. HEX triplet: 09, 46 and 5E. RGB value is (9,70,94). Sum of RGB (Red+Green+Blue) = 9+70+94=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #09465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09465E is #F6B9A1. Grayscale: #363636. Windows color (decimal): -16169378 or 6178313. OLE color: 6178313.

HSL color Cylindrical-coordinate representation of color #09465E: hue angle of 196.94º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09465E is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 70 94 -
CMYK 0.90 0.26 0 0.63
HSL 196.94º 0.83% 0.2% -
HSV(B) 196.94º 0.9% 0.37% -
XYZ 4.32 5.25 11.37 -
YUV 54.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 9 70 94 0.90 0.26 0 0.63 196.94 0.83 0.2
Hex 9 46 5E 5A 1A 0 3F C5 53 14
Octal 11 106 136 132 32 0 77 305 123 24
Binary 1001 1000110 1011110 1011010 11010 0 111111 11000101 1010011 10100

Color Harmonies of #09465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09465E

Black with #09465E

Text Example


Text Example

White with #09465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09465E; }

 p { color: rgb(9,70,94); }

 H1.HeaderClassName
 {
   color: #09465E;
 }
 .AnyTagClassName
 {
   color: #09465E;
 }
</style>

background-color css

<style>
 a { background-color: #09465E; }

 a { background-color: rgb(9,70,94); }

 div.DivClassName
 {
   background-color: #09465E;
 }
 .BgClassName
 {
   background-color: #09465E;
 }
</style>

border-color css

<style>
 span { border-color: #09465E; }

 span { border-color: rgb(9,70,94); }

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