Html Css Color HEX #094964 Astronaut Blue

📋 copy color: '#094964'

red 9 ◦ green 73 ◦ blue 100

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

Shades of Astronaut Blue #094964

Tints of Astronaut Blue #094964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

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

R = 4.95%
G = 40.11%
B = 54.95%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094964 (or 0x094964) is known color: Astronaut Blue. HEX triplet: 09, 49 and 64. RGB value is (9,73,100). Sum of RGB (Red+Green+Blue) = 9+73+100=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #094964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094964 is #F6B69B. Grayscale: #383838. Windows color (decimal): -16168604 or 6572297. OLE color: 6572297.

HSL color Cylindrical-coordinate representation of color #094964: hue angle of 197.8º 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 #094964 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 73 100 -
CMYK 0.91 0.27 0 0.61
HSL 197.8º 0.83% 0.21% -
HSV(B) 197.8º 0.91% 0.39% -
XYZ 4.8 5.74 12.91 -
YUV 56.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 9 73 100 0.91 0.27 0 0.61 197.8 0.83 0.21
Hex 9 49 64 5B 1B 0 3D C6 53 15
Octal 11 111 144 133 33 0 75 306 123 25
Binary 1001 1001001 1100100 1011011 11011 0 111101 11000110 1010011 10101

Color Harmonies of #094964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094964

Black with #094964

Text Example


Text Example

White with #094964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094964; }

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

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

background-color css

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

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

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

border-color css

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

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

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