#0A4963

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

Shades of Astronaut Blue #0A4963

Tints of Astronaut Blue #0A4963

Color information

#0A4963 (or 0x0A4963) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 49 and 63. RGB value is (10,73,99). Sum of RGB (Red+Green+Blue) = 10+73+99=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A4963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4963 is #F5B69C. Grayscale: #383838. Windows color (decimal): -16103069 or 6506762. OLE color: 6506762.

HSL color Cylindrical-coordinate representation of color #0A4963: hue angle of 197.53º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4963 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB107399-
CMYK0.900.2600.61
HSL197.53º81.65%21.37%-
HSV(B)197.53º89.9%38.82%-
XYZ4.765.7312.66-
YUV57.13151.6394.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=5.49%
G=40.11%
B=54.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1073990.900.2600.61197.5381.6521.37
HexA49635A1A03Dc65215
Octal121111431323207530612225
Binary101010010011100011101101011010011110111000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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