Html Css Color HEX #09425A Astronaut Blue

📋 copy color: '#09425A'

red 9 ◦ green 66 ◦ blue 90

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

Shades of Astronaut Blue #09425A

Tints of Astronaut Blue #09425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 5.45%
G = 40%
B = 54.55%

CMYK

 C value IS 0.9

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09425A (or 0x09425A) is known color: Astronaut Blue. HEX triplet: 09, 42 and 5A. RGB value is (9,66,90). Sum of RGB (Red+Green+Blue) = 9+66+90=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #09425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09425A is #F6BDA5. Grayscale: #333333. Windows color (decimal): -16170406 or 5915145. OLE color: 5915145.

HSL color Cylindrical-coordinate representation of color #09425A: hue angle of 197.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09425A is Cyan = 0.9, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 66 90 -
CMYK 0.9 0.27 0 0.65
HSL 197.78º 0.82% 0.19% -
HSV(B) 197.78º 0.9% 0.35% -
XYZ 3.91 4.69 10.37 -
YUV 51.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 9 66 90 0.9 0.27 0 0.65 197.78 0.82 0.19
Hex 9 42 5A 5A 1B 0 41 C6 52 13
Octal 11 102 132 132 33 0 101 306 122 23
Binary 1001 1000010 1011010 1011010 11011 0 1000001 11000110 1010010 10011

Color Harmonies of #09425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09425A

Black with #09425A

Text Example


Text Example

White with #09425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09425A; }

 p { color: rgb(9,66,90); }

 H1.HeaderClassName
 {
   color: #09425A;
 }
 .AnyTagClassName
 {
   color: #09425A;
 }
</style>

background-color css

<style>
 a { background-color: #09425A; }

 a { background-color: rgb(9,66,90); }

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

border-color css

<style>
 span { border-color: #09425A; }

 span { border-color: rgb(9,66,90); }

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