Html Css Color HEX #094059 Astronaut Blue

📋 copy color: '#094059'

red 9 ◦ green 64 ◦ blue 89

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

Shades of Astronaut Blue #094059

Tints of Astronaut Blue #094059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 5.56%
G = 39.51%
B = 54.94%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094059 (or 0x094059) is known color: Astronaut Blue. HEX triplet: 09, 40 and 59. RGB value is (9,64,89). Sum of RGB (Red+Green+Blue) = 9+64+89=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #094059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094059 is #F6BFA6. Grayscale: #323232. Windows color (decimal): -16170919 or 5849097. OLE color: 5849097.

HSL color Cylindrical-coordinate representation of color #094059: hue angle of 198.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094059 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 64 89 -
CMYK 0.90 0.28 0 0.65
HSL 198.75º 0.82% 0.19% -
HSV(B) 198.75º 0.9% 0.35% -
XYZ 3.75 4.45 10.11 -
YUV 50.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 9 64 89 0.90 0.28 0 0.65 198.75 0.82 0.19
Hex 9 40 59 5A 1C 0 41 C7 52 13
Octal 11 100 131 132 34 0 101 307 122 23
Binary 1001 1000000 1011001 1011010 11100 0 1000001 11000111 1010010 10011

Color Harmonies of #094059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094059

Black with #094059

Text Example


Text Example

White with #094059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094059; }

 p { color: rgb(9,64,89); }

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

background-color css

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

 a { background-color: rgb(9,64,89); }

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

border-color css

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

 span { border-color: rgb(9,64,89); }

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