#094762

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

Shades of Astronaut Blue #094762

Tints of Astronaut Blue #094762

Color information

#094762 (or 0x094762) is unknown color: approx Astronaut Blue. HEX triplet: 09, 47 and 62. RGB value is (9,71,98). Sum of RGB (Red+Green+Blue) = 9+71+98=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #094762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094762 is #F6B89D. Grayscale: #373737. Windows color (decimal): -16169118 or 6440713. OLE color: 6440713.

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

Color convert

RGB97198-
CMYK0.910.2800.62
HSL198.2º83.18%20.98%-
HSV(B)198.2º90.82%38.43%-
XYZ4.575.4512.37-
YUV55.54151.9694.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=5.06%
G=39.89%
B=55.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971980.910.2800.62198.283.1820.98
Hex947625B1C03Ec65315
Octal111071421333407630612325
Binary100110001111100010101101111100011111011000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094762; }

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

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

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

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

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

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

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

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