Html Css Color HEX #094764 Astronaut Blue

📋 copy color: '#094764'

red 9 ◦ green 71 ◦ blue 100

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

Shades of Astronaut Blue #094764

Tints of Astronaut Blue #094764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.56%

R = 5%
G = 39.44%
B = 55.56%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094764 (or 0x094764) is known color: Astronaut Blue. HEX triplet: 09, 47 and 64. RGB value is (9,71,100). Sum of RGB (Red+Green+Blue) = 9+71+100=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #094764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094764 is #F6B89B. Grayscale: #373737. Windows color (decimal): -16169116 or 6571785. OLE color: 6571785.

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

Color convert

RGB 9 71 100 -
CMYK 0.91 0.29 0 0.61
HSL 199.12º 0.83% 0.21% -
HSV(B) 199.12º 0.91% 0.39% -
XYZ 4.67 5.48 12.87 -
YUV 55.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 9 71 100 0.91 0.29 0 0.61 199.12 0.83 0.21
Hex 9 47 64 5B 1D 0 3D C7 53 15
Octal 11 107 144 133 35 0 75 307 123 25
Binary 1001 1000111 1100100 1011011 11101 0 111101 11000111 1010011 10101

Color Harmonies of #094764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094764

Black with #094764

Text Example


Text Example

White with #094764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094764; }

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

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

background-color css

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

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

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

border-color css

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

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

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