#0A4C64

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

Shades of Astronaut Blue #0A4C64

Tints of Astronaut Blue #0A4C64

Color information

#0A4C64 (or 0x0A4C64) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 4C and 64. RGB value is (10,76,100). Sum of RGB (Red+Green+Blue) = 10+76+100=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A4C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4C64 is #F5B39B. Grayscale: #3A3A3A. Windows color (decimal): -16102300 or 6573066. OLE color: 6573066.

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

Color convert

RGB1076100-
CMYK0.900.2400.61
HSL196º81.82%21.57%-
HSV(B)196º90%39.22%-
XYZ5.016.1512.98-
YUV59151.1393.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 100 (39.45% from 255) = 53.76%
R=5.38%
G=40.86%
B=53.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10761000.900.2400.6119681.8221.57
HexA4C645A1803Dc45216
Octal121141441323007530412226
Binary101010011001100100101101011000011110111000100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,100); }

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

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

 a { background-color: rgb(10,76,100); }

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

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

 span { border-color: rgb(10,76,100); }

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