#12466A

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

Shades of Astronaut Blue #12466A

Tints of Astronaut Blue #12466A

Color information

#12466A (or 0x12466A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 6A. RGB value is (18,70,106). Sum of RGB (Red+Green+Blue) = 18+70+106=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #12466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466A is #EDB995. Grayscale: #3A3A3A. Windows color (decimal): -15579542 or 6964754. OLE color: 6964754.

HSL color Cylindrical-coordinate representation of color #12466A: hue angle of 204.55º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12466A is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1870106-
CMYK0.830.3400.58
HSL204.55º70.97%24.31%-
HSV(B)204.55º83.02%41.57%-
XYZ5.045.5514.44-
YUV58.56154.7799.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=9.28%
G=36.08%
B=54.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18701060.830.3400.58204.5570.9724.31
Hex12466A532203Acd4718
Octal221061521234207231510730
Binary10010100011011010101010011100010011101011001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12466A; }

 p { color: rgb(18,70,106); }

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

<style>
 a { background-color: #12466A; }

 a { background-color: rgb(18,70,106); }

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

<style>
 span { border-color: #12466A; }

 span { border-color: rgb(18,70,106); }

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