Html Css Color HEX #094761 Astronaut Blue

📋 copy color: '#094761'

red 9 ◦ green 71 ◦ blue 97

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

Shades of Astronaut Blue #094761

Tints of Astronaut Blue #094761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 5.08%
G = 40.11%
B = 54.8%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094761 (or 0x094761) is known color: Astronaut Blue. HEX triplet: 09, 47 and 61. RGB value is (9,71,97). Sum of RGB (Red+Green+Blue) = 9+71+97=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #094761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094761 is #F6B89E. Grayscale: #373737. Windows color (decimal): -16169119 or 6375177. OLE color: 6375177.

HSL color Cylindrical-coordinate representation of color #094761: hue angle of 197.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094761 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 71 97 -
CMYK 0.91 0.27 0 0.62
HSL 197.73º 0.83% 0.21% -
HSV(B) 197.73º 0.91% 0.38% -
XYZ 4.52 5.43 12.12 -
YUV 55.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 9 71 97 0.91 0.27 0 0.62 197.73 0.83 0.21
Hex 9 47 61 5B 1B 0 3E C6 53 15
Octal 11 107 141 133 33 0 76 306 123 25
Binary 1001 1000111 1100001 1011011 11011 0 111110 11000110 1010011 10101

Color Harmonies of #094761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094761

Black with #094761

Text Example


Text Example

White with #094761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094761; }

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

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

background-color css

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

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

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

border-color css

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

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

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