#094760

Color #094760 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #094760

Tints of Astronaut Blue #094760

Color information

#094760 (or 0x094760) is unknown color: approx Astronaut Blue. HEX triplet: 09, 47 and 60. RGB value is (9,71,96). Sum of RGB (Red+Green+Blue) = 9+71+96=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #094760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094760 is #F6B89F. Grayscale: #373737. Windows color (decimal): -16169120 or 6309641. OLE color: 6309641.

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

Color convert

RGB97196-
CMYK0.910.2600.62
HSL197.24º82.86%20.59%-
HSV(B)197.24º90.62%37.65%-
XYZ4.485.4111.87-
YUV55.31150.9694.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=5.11%
G=40.34%
B=54.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971960.910.2600.62197.2482.8620.59
Hex947605B1A03Ec55315
Octal111071401333207630512325
Binary100110001111100000101101111010011111011000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094760; }

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

 H1.HeaderClassName
 {
   color: #094760;
 }
 .AnyTagClassName
 {
   color: #094760;
 }
</style>
background-color css

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

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

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

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

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

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