#12506A

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

Shades of Astronaut Blue #12506A

Tints of Astronaut Blue #12506A

Color information

#12506A (or 0x12506A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 50 and 6A. RGB value is (18,80,106). Sum of RGB (Red+Green+Blue) = 18+80+106=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #12506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12506A is #EDAF95. Grayscale: #404040. Windows color (decimal): -15576982 or 6967314. OLE color: 6967314.

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

Color convert

RGB1880106-
CMYK0.830.2500.58
HSL197.73º70.97%24.31%-
HSV(B)197.73º83.02%41.57%-
XYZ5.726.9114.67-
YUV64.43151.4694.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 106 (41.80% from 255) = 51.96%
R=8.82%
G=39.22%
B=51.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18801060.830.2500.58197.7370.9724.31
Hex12506A531903Ac64718
Octal221201521233107230610730
Binary1001010100001101010101001111001011101011000110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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