#0A4860

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

Shades of Astronaut Blue #0A4860

Tints of Astronaut Blue #0A4860

Color information

#0A4860 (or 0x0A4860) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 48 and 60. RGB value is (10,72,96). Sum of RGB (Red+Green+Blue) = 10+72+96=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A4860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4860 is #F5B79F. Grayscale: #383838. Windows color (decimal): -16103328 or 6309898. OLE color: 6309898.

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

Color convert

RGB107296-
CMYK0.900.2500.62
HSL196.74º81.13%20.78%-
HSV(B)196.74º89.58%37.65%-
XYZ4.555.5411.9-
YUV56.2150.4695.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=5.62%
G=40.45%
B=53.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1072960.900.2500.62196.7481.1320.78
HexA48605A1903Ec55115
Octal121101401323107630512125
Binary101010010001100000101101011001011111011000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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