Html Css Color HEX #094A64 Astronaut Blue

📋 copy color: '#094A64'

red 9 ◦ green 74 ◦ blue 100

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

Shades of Astronaut Blue #094A64

Tints of Astronaut Blue #094A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.44%

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

R = 4.92%
G = 40.44%
B = 54.64%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094A64 (or 0x094A64) is known color: Astronaut Blue. HEX triplet: 09, 4A and 64. RGB value is (9,74,100). Sum of RGB (Red+Green+Blue) = 9+74+100=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #094A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A64 is #F6B59B. Grayscale: #393939. Windows color (decimal): -16168348 or 6572553. OLE color: 6572553.

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

Color convert

RGB 9 74 100 -
CMYK 0.91 0.26 0 0.61
HSL 197.14º 0.83% 0.21% -
HSV(B) 197.14º 0.91% 0.39% -
XYZ 4.86 5.88 12.93 -
YUV 57.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 9 74 100 0.91 0.26 0 0.61 197.14 0.83 0.21
Hex 9 4A 64 5B 1A 0 3D C5 53 15
Octal 11 112 144 133 32 0 75 305 123 25
Binary 1001 1001010 1100100 1011011 11010 0 111101 11000101 1010011 10101

Color Harmonies of #094A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A64

Black with #094A64

Text Example


Text Example

White with #094A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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