#0A4960

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

Shades of Astronaut Blue #0A4960

Tints of Astronaut Blue #0A4960

Color information

#0A4960 (or 0x0A4960) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 49 and 60. RGB value is (10,73,96). Sum of RGB (Red+Green+Blue) = 10+73+96=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A4960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4960 is #F5B69F. Grayscale: #383838. Windows color (decimal): -16103072 or 6310154. OLE color: 6310154.

HSL color Cylindrical-coordinate representation of color #0A4960: hue angle of 196.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4960 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB107396-
CMYK0.900.2400.62
HSL196.05º81.13%20.78%-
HSV(B)196.05º89.58%37.65%-
XYZ4.625.6711.92-
YUV56.78150.1394.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=5.59%
G=40.78%
B=53.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1073960.900.2400.62196.0581.1320.78
HexA49605A1803Ec45115
Octal121111401323007630412125
Binary101010010011100000101101011000011111011000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4960; }

 p { color: rgb(10,73,96); }

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

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

 a { background-color: rgb(10,73,96); }

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

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

 span { border-color: rgb(10,73,96); }

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