Html Css Color HEX #09475F Astronaut Blue

📋 copy color: '#09475F'

red 9 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #09475F

Tints of Astronaut Blue #09475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 5.14%
G = 40.57%
B = 54.29%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09475F (or 0x09475F) is known color: Astronaut Blue. HEX triplet: 09, 47 and 5F. RGB value is (9,71,95). Sum of RGB (Red+Green+Blue) = 9+71+95=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #09475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475F is #F6B8A0. Grayscale: #373737. Windows color (decimal): -16169121 or 6244105. OLE color: 6244105.

HSL color Cylindrical-coordinate representation of color #09475F: hue angle of 196.74º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09475F is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 71 95 -
CMYK 0.91 0.25 0 0.63
HSL 196.74º 0.83% 0.2% -
HSV(B) 196.74º 0.91% 0.37% -
XYZ 4.43 5.39 11.63 -
YUV 55.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 9 71 95 0.91 0.25 0 0.63 196.74 0.83 0.2
Hex 9 47 5F 5B 19 0 3F C5 53 14
Octal 11 107 137 133 31 0 77 305 123 24
Binary 1001 1000111 1011111 1011011 11001 0 111111 11000101 1010011 10100

Color Harmonies of #09475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09475F

Black with #09475F

Text Example


Text Example

White with #09475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09475F; }

 p { color: rgb(9,71,95); }

 H1.HeaderClassName
 {
   color: #09475F;
 }
 .AnyTagClassName
 {
   color: #09475F;
 }
</style>

background-color css

<style>
 a { background-color: #09475F; }

 a { background-color: rgb(9,71,95); }

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

border-color css

<style>
 span { border-color: #09475F; }

 span { border-color: rgb(9,71,95); }

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