#094660

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

Shades of Astronaut Blue #094660

Tints of Astronaut Blue #094660

Color information

#094660 (or 0x094660) is unknown color: approx Astronaut Blue. HEX triplet: 09, 46 and 60. RGB value is (9,70,96). Sum of RGB (Red+Green+Blue) = 9+70+96=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #094660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094660 is #F6B99F. Grayscale: #363636. Windows color (decimal): -16169376 or 6309385. OLE color: 6309385.

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

Color convert

RGB97096-
CMYK0.910.2700.62
HSL197.93º82.86%20.59%-
HSV(B)197.93º90.62%37.65%-
XYZ4.415.2811.85-
YUV54.72151.2995.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=5.14%
G=40%
B=54.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal970960.910.2700.62197.9382.8620.59
Hex946605B1B03Ec65315
Octal111061401333307630612325
Binary100110001101100000101101111011011111011000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094660; }

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

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

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

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

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

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

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

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