#12476A

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

Shades of Astronaut Blue #12476A

Tints of Astronaut Blue #12476A

Color information

#12476A (or 0x12476A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 6A. RGB value is (18,71,106). Sum of RGB (Red+Green+Blue) = 18+71+106=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #12476A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12476A is #EDB895. Grayscale: #3A3A3A. Windows color (decimal): -15579286 or 6965010. OLE color: 6965010.

HSL color Cylindrical-coordinate representation of color #12476A: hue angle of 203.86º 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 #12476A is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1871106-
CMYK0.830.3300.58
HSL203.86º70.97%24.31%-
HSV(B)203.86º83.02%41.57%-
XYZ5.15.6814.46-
YUV59.14154.4498.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=9.23%
G=36.41%
B=54.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18711060.830.3300.58203.8670.9724.31
Hex12476A532103Acc4718
Octal221071521234107231410730
Binary10010100011111010101010011100001011101011001100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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