#0A4663

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

Shades of Astronaut Blue #0A4663

Tints of Astronaut Blue #0A4663

Color information

#0A4663 (or 0x0A4663) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 46 and 63. RGB value is (10,70,99). Sum of RGB (Red+Green+Blue) = 10+70+99=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A4663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4663 is #F5B99C. Grayscale: #373737. Windows color (decimal): -16103837 or 6505994. OLE color: 6505994.

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

Color convert

RGB107099-
CMYK0.900.2900.61
HSL199.55º81.65%21.37%-
HSV(B)199.55º89.9%38.82%-
XYZ4.575.3512.6-
YUV55.37152.6295.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=5.59%
G=39.11%
B=55.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1070990.900.2900.61199.5581.6521.37
HexA46635A1D03Dc85215
Octal121061431323507531012225
Binary101010001101100011101101011101011110111001000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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